Closed esr-zh closed 2 years ago
Hello, I am trying to run 'predict.ipynb'
But it gives the following error:
I have tried setting args.do_predict = True
args.do_predict = True
But prediction is still returning 'NoneType':
How can I resolve this issue so that the prediction is done as intended.
Hello,thanks for your feedback,I am gonna update this file immediately.
I've updated this "predict.ipynb" file ,please pay attention for updating.
Thank you. It's working now.
Hello, I am trying to run 'predict.ipynb'
But it gives the following error:
I have tried setting
args.do_predict = True
But prediction is still returning 'NoneType':
How can I resolve this issue so that the prediction is done as intended.