CGuangyan-BIT / PointGPT

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

post-pretraining errors #28

Open KisAaki opened 19 hours ago

KisAaki commented 19 hours ago

Hi, there is something I might consider it to be wrong. When doing the post-pretraining, the command is: CUDA_VISIBLE_DEVICES= python main.py --config cfgs//post_pretrain.yaml --exp_name --finetune_model Why there is no need to use the --ckpts parameter, does that mean I'm training a total new model from the beginning? Hope you can help me to figure it out. @CGuangyan-BIT