You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I'm doing the CUDA_VISIBLE_DEVICES= python main.py --config cfgs/<MODEL_NAME>/fewshot.yaml --finetune_model
--ckpts <path/to/pre-trained/model> --exp_name <output_file_name> --way <5 or 10> --shot <10 or 20> --fold <0-9>.
It shows error:TypeError: init() got an unexpected keyword argument 'cycle decay'.
How to solve this problem?Is it caused by versions?
The text was updated successfully, but these errors were encountered:
Hi, when I'm doing the CUDA_VISIBLE_DEVICES= python main.py --config cfgs/<MODEL_NAME>/fewshot.yaml --finetune_model
--ckpts <path/to/pre-trained/model> --exp_name <output_file_name> --way <5 or 10> --shot <10 or 20> --fold <0-9>.
It shows error:TypeError: init() got an unexpected keyword argument 'cycle decay'.
How to solve this problem?Is it caused by versions?
The text was updated successfully, but these errors were encountered: