Closed develooper1994 closed 4 years ago
Hey there, the issue seems to be caused by the fact that the config preset "tiny_cs" does not contain step as learning rate scheduler. For now you can fix it setting
autonet_multi_image_classification = AutoNetImageClassificationMultipleDatasets(config_preset="full_cs", ...)
Thank you. I will try again.
I just downloaded and run the example. There isn't error while installation. torch=='1.4.0.dev20191207' torchvision == '0.5.0.dev20191208' Python == 3.7.5
There is tracback: First error: ...(very very very looooooong) return_dict['config_ids'].append(return_dict['config_ids'][-1]) IndexError: list index out of range list index out of range
RuntimeError Traceback (most recent call last)