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, 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/<MODEL_NAME>/post_pretrain.yaml --exp_name <output_file_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
The text was updated successfully, but these errors were encountered:
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/<MODEL_NAME>/post_pretrain.yaml --exp_name <output_file_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
The text was updated successfully, but these errors were encountered: