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
Describe the bug
I have installed finetune in colab. It got installed but I failed to import fine tune.
Using TensorFlow backend.
/usr/local/lib/python3.6/dist-packages/finetune/base_models/oscar/ra.py:87: UserWarning: Failed to load Oscar's optimised kernels. Falling back to tensorflow version.
warnings.warn("Failed to load Oscar's optimised kernels. Falling back to tensorflow version.")
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-25-067014d60054> in <module>()
----> 1 import finetune
4 frames
/usr/local/lib/python3.6/dist-packages/finetune/saver.py in <module>()
9 import tensorflow as tf
10 from tensorflow.estimator import SessionRunHook
---> 11 from tensorflow.contrib.estimator.python.estimator.early_stopping import _StopOnPredicateHook
12
13 from finetune.errors import FinetuneError
ModuleNotFoundError: No module named 'tensorflow.contrib'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
Minimum Reproducible Example
A short code snippet which reproduces the exception
Expected behavior
A clear and concise description of what you expected to happen.
Additional context tf.__version__ (Tensorflow version) is '2.2.0-rc3'
The text was updated successfully, but these errors were encountered:
Hey @adithya604! Although an eventual migration to TF2 is planned this repo currently only supports TF version 1.15. My apologies -- we do intend to get around to this.
Describe the bug
I have installed finetune in colab. It got installed but I failed to import fine tune.
Minimum Reproducible Example
A short code snippet which reproduces the exception
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
tf.__version__
(Tensorflow version) is '2.2.0-rc3'The text was updated successfully, but these errors were encountered: