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
Following requirements-cpu.txt in latest version (9b7a56d), tensorflow==1.15.* is prompted. In predictor.py L6: from tensorflow.contrib.predictor import from_saved_model , however tensorflow >= 1.15.0 removes tensorflow.contrib, causing unresolved reference when calling predictor.from_config_and_savedmodel. Have I missed something/messed up package imports or is this a bug?
The text was updated successfully, but these errors were encountered:
Following requirements-cpu.txt in latest version (9b7a56d),
tensorflow==1.15.*
is prompted. In predictor.py L6:from tensorflow.contrib.predictor import from_saved_model
, however tensorflow >= 1.15.0 removes tensorflow.contrib, causing unresolved reference when calling predictor.from_config_and_savedmodel. Have I missed something/messed up package imports or is this a bug?The text was updated successfully, but these errors were encountered: