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
I have some trouble running VTAB. Using recommended pip install -e . I end up with the following package versions:
tensorflow==1.15.0
tensorflow-datasets==4.0.1
After running python cifar_test.py I get the following error:
ImportError: This version of TensorFlow Datasets requires TensorFlow version >= 2.1.0; Detected an installation of version 1.15.0. Please upgrade TensorFlow to proceed.
From what I understand, the lastest tensorflow-datasets version that works with tensorflow==1.15 is tensorflow-datasets==3.2.1, but downgrading results in other problems while downloading data.
Here is Google Colab notebook that reproduces problems with original installation, and here is notebook that reproduces problems with downgrading tensorflow-datasets to v3.2.1.
The text was updated successfully, but these errors were encountered:
Hi,
I have some trouble running VTAB. Using recommended
pip install -e .
I end up with the following package versions:After running
python cifar_test.py
I get the following error:ImportError: This version of TensorFlow Datasets requires TensorFlow version >= 2.1.0; Detected an installation of version 1.15.0. Please upgrade TensorFlow to proceed.
From what I understand, the lastest
tensorflow-datasets
version that works withtensorflow==1.15
istensorflow-datasets==3.2.1
, but downgrading results in other problems while downloading data.Here is Google Colab notebook that reproduces problems with original installation, and here is notebook that reproduces problems with downgrading tensorflow-datasets to v3.2.1.
The text was updated successfully, but these errors were encountered: