Saad

Results 2 issues of Saad

I have downloaded successfully all dependencies required to run pdnn. But when i run the following command from terminal python pdnn/cmds/run_DNN.py --train-data "train.pickle.gz,partition=600m,random=true" \ it shows an import error message....

In NSP training program, when training starts the TypeError occurs in the following line of code, `outputs = model(input_ids, attention_mask=attention_mask, token_type_ids=token_type_ids, labels=labels)` The Error shows as follows: /...../site-packages/torch/nn/modules/module.py", line 1102,...