Open ZeroOneGame opened 3 years ago
Think this is a hydra-core issue. Got fixed for me by
pip install hydra-core==1.0.6
This is what I had to do to get the cifar10 example to work:
With the release of segmentation-models-pytorch version 0.3.0 on 29.07.22, a new error occurs
cannot import name 'ByoModelCfg' from 'timm.models' (/home/user/.venv/envname/lib/python3.8/site-packages/timm/models/__init__.py) when loading module 'autoalbument.faster_autoaugment.search.FasterAutoAugmentSearcher
This can be fixed by using the older version:
pip install segmentation-models-pytorch==0.2.1
I got this error:
But when i check the argument temperature in search.yaml , it does. So could someone give me a hand?
My platform is : Ubuntu18.04 with 4*2080Ti GPU, pytorch1.6.
Here is my search.yaml: