How to do evaluate/test the model after training ?
I tried with both version of python2/3 but after training
I'm getting this error when I run test
python main.py test
train_data = DocumentPair(opt.test_data_root, doc_type='test')
TypeError: init() takes at least 3 arguments (3 given)
How to do evaluate/test the model after training ?
I tried with both version of python2/3 but after training
I'm getting this error when I run test
python main.py test
train_data = DocumentPair(opt.test_data_root, doc_type='test')
TypeError: init() takes at least 3 arguments (3 given)