Thank you for your great work. I have two questions.
(1) I would like to ask what is the startup script and code for the test ?
Is that so?
CUDA_VISIBLE_DEVICES=<GPU> python main.py --test --config cfgs/finetune_modelnet.yaml --ckpts <path/to/model> --exp_name <name>
(2) The second question is about pre-training.
After the pre-training is completed, several models will be saved. Which one is the best? Is the one named ckpt-last.pth the best?
Thank you for your great work. I have two questions.
(1) I would like to ask what is the startup script and code for the test ? Is that so?
CUDA_VISIBLE_DEVICES=<GPU> python main.py --test --config cfgs/finetune_modelnet.yaml --ckpts <path/to/model> --exp_name <name>
(2) The second question is about pre-training.
After the pre-training is completed, several models will be saved. Which one is the best? Is the one named ckpt-last.pth the best?