gaoyangyang-1

Results 3 comments of gaoyangyang-1

you can change the code like this: from: task_generator.py, line 74:   def get_class(self, sample): return os.path.join(*sample.split('/')[:-1]) to: def get_class(self, sample): return os.path.join(*sample.split('\\')[:-1])

this error comes from the file "tieredImageNet.py",you can change the code in line 60 from"if '.JPEG' not in img_path:" to "if '.jpg' not in img_path:".