Dev Sharma

Results 3 comments of Dev Sharma

Hi ! I am also trying to use the model for inference but when I use the above mode with a singular checkpoint. Using this command `python train.py -task abs...

Oh. Got it. So I need both -model_path and -test_from to point to the same model ?

Thank you so much! Just last question, when I try `python train.py -task abs -mode test -test_from ../models/model_step_148000.pt -batch_size 3000 -test_batch_size 500 -bert_data_path ../bert_data/ -log_file ../logs/val_abs_bert_cnndm -sep_optim true -use_interval true...