yacwc
This commit is contained in:
3
data.py
3
data.py
@@ -15,7 +15,8 @@ device = torch.device("cuda") if torch.cuda.is_available() else torch.device("cp
|
||||
if sys.platform == "win32":
|
||||
PATH_ROOT = r"D:\ishan\ml\inaturalist\\"
|
||||
else:
|
||||
raise NotImplementedError("Not defined for this platform")
|
||||
PATH_ROOT = '/home/thebears/data/ml/inaturalist'
|
||||
|
||||
|
||||
|
||||
def get_transform(train):
|
||||
|
||||
Reference in New Issue
Block a user