Suk Hyun Hwang (Phillip)
Suk Hyun Hwang (Phillip)
I found the problem and it seems like it's fixed for now. Documenting for the future adventurers. Go to DeepSIM/data/custom_dataset_data_loader.py in your repository. https://github.com/eliahuhorwitz/DeepSIM/blob/master/data/custom_dataset_data_loader.py class CustomDatasetDataLoader(BaseDataLoader): def name(self): return 'CustomDatasetDataLoader'...
For test.py, you should also put everything in an if name == "main" loop
Has this been resolved? Thanks.