Skip to content

Commit

Permalink
redo landmark with f1
Browse files Browse the repository at this point in the history
  • Loading branch information
wassname committed Oct 13, 2020
1 parent 894a1cc commit c2ee155
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 218 deletions.
7 changes: 5 additions & 2 deletions deep_ml_curriculum/data/landmass_f3.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from torchvision.datasets import MNIST

class LandmassF3Patches(MNIST):
Expand All @@ -24,7 +25,7 @@ class LandmassF3Patches(MNIST):
target_transform (callable, optional): A function/transform that takes in the
target and transforms it.
"""
classes = ['Chaotic Horizon', 'Fault', 'Horizon', 'Salt Dome']
classes = ['Discontinuous', 'Faulted', 'Continuous', 'Salt']


class LandmassF3PatchesMini(MNIST):
Expand Down Expand Up @@ -53,4 +54,6 @@ class LandmassF3PatchesMini(MNIST):
target_transform (callable, optional): A function/transform that takes in the
target and transforms it.
"""
classes = ['Chaotic Horizon', 'Fault', 'Horizon', 'Salt Dome']
classes = ['Discontinuous', 'Faulted', 'Continuous', 'Salt']


Loading

0 comments on commit c2ee155

Please sign in to comment.