paraphrase-id-tensorflow
paraphrase-id-tensorflow copied to clipboard
remove the overrides , otherwise it reports error
Traceback (most recent call last):
File "scripts/run_model/run_siamese_matching_bilstm.py", line 16, in
Sorry, are you still getting this error / need help? It's not clear to me why you closed this...
oh, I just got the error on python3.6 but it have the workaround, namely delete all the 'overrides' statement
interesting that this error comes up --- would you mind telling me what version of overrides you're using? thanks for reporting this
1.9
I see, must be python 3.6 specific since CI (on Python 3.5) passes. But you're right --- removing all the @overrides should fix it.