I already train a model and store locally, so I want to load this pt and train, but when I pasta the lock path of my pt. it run into a problem.
python src/train.py --plm_model ckpt/ESM-UNI/ESM-650.pt --training_method full --pooling_method mean --learning_rate 0.0005 --num_epochs 117 --max_seq_len -1 --gradient_accumulation_steps 1 --warmup_steps 0 --output_model_name ESM-650.pt --output_dir ESM-UNI-RAW --patience 15 --num_workers 4 --max_grad_norm -1 --monitor spearman_corr --monitor_strategy max --dataset 0755LIU/uni --problem_type regression --num_labels 1 --metrics spearman_corr,mse --batch_size 16
ValueError: Unsupported model type: ckpt/ESM-UNI/ESM-650.pt
I already train a model and store locally, so I want to load this pt and train, but when I pasta the lock path of my pt. it run into a problem.
python src/train.py --plm_model ckpt/ESM-UNI/ESM-650.pt --training_method full --pooling_method mean --learning_rate 0.0005 --num_epochs 117 --max_seq_len -1 --gradient_accumulation_steps 1 --warmup_steps 0 --output_model_name ESM-650.pt --output_dir ESM-UNI-RAW --patience 15 --num_workers 4 --max_grad_norm -1 --monitor spearman_corr --monitor_strategy max --dataset 0755LIU/uni --problem_type regression --num_labels 1 --metrics spearman_corr,mse --batch_size 16
ValueError: Unsupported model type: ckpt/ESM-UNI/ESM-650.pt