CGuangyan-BIT / PointGPT

[NeurIPS 2023] PointGPT: Auto-regressively Generative Pre-training from Point Clouds
MIT License
193 stars 20 forks source link

Few-shot learning error #27

Open KisAaki opened 1 week ago

KisAaki commented 1 week ago

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?

KisAaki commented 1 week ago

@CGuangyan-BIT

CGuangyan-BIT commented 1 week ago

Hi This looks like it's caused by inconsistent versions of dependency libraries.