Onur Mert Demir
Results
3
comments of
Onur Mert Demir
Hi, can you try accessing without index? **optim = checkpoint ['optim']** instead of **optim = checkpoint ['optim'][0]**
@JackXueIndiana, I made a minor fix in your code: `pts = sorted(glob.glob(args.bert_data_path + '/[a-z]*.' + corpus_type + '.[0-9]*.bert.pt'))` It works properly this way.
"use -test_from $PT_FILE$ to use your model checkpoint file." Please specify the path to bertext_cnndm_transformer.pt as -test_from.