Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tensorflow-datasets version problems #11

Open
CrimsonRadiator opened this issue Nov 13, 2020 · 3 comments
Open

tensorflow-datasets version problems #11

CrimsonRadiator opened this issue Nov 13, 2020 · 3 comments

Comments

@CrimsonRadiator
Copy link

Hi,

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.

@paulaksm
Copy link

paulaksm commented Jan 1, 2021

Same error here pip install -e . downgraded TF, but the tests requires TF >= 2.x

@ritmatter
Copy link

I was able to reproduce this while trying to run Pegasus instructions: https://github.com/google-research/pegasus

@ritmatter
Copy link

ritmatter commented Jul 2, 2021

FYI I was able to move past this issue by downgrading tensorflow-datasets to 2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants