You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running "python train_classification.py logistic pretrained_models/classification/model.ckpt" I have got an error raise Exception('LIBLINEAR library not found.') Exception: LIBLINEAR library not found.
But I have installed successfully liblinear-2.11.2. I have tried both on windows10 and ubuntu16.5, python 2.7 and Tensorflow1.13.1. Please help to fix!
The text was updated successfully, but these errors were encountered:
While running "python train_classification.py logistic pretrained_models/classification/model.ckpt" I have got an error
raise Exception('LIBLINEAR library not found.') Exception: LIBLINEAR library not found.
But I have installed successfully liblinear-2.11.2. I have tried both on windows10 and ubuntu16.5, python 2.7 and Tensorflow1.13.1. Please help to fix!
The text was updated successfully, but these errors were encountered: