Hi, when I'm doing the CUDA_VISIBLE_DEVICES= python main.py --config cfgs//fewshot.yaml --finetune_model \
--ckpts <path/to/pre-trained/model> --exp_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?
Hi, when I'm doing the CUDA_VISIBLE_DEVICES= python main.py --config cfgs//fewshot.yaml --finetune_model \
--ckpts <path/to/pre-trained/model> --exp_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?