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 2.0 Support #18

Open
thakursc1 opened this issue Apr 10, 2020 · 3 comments
Open

Tensorflow 2.0 Support #18

thakursc1 opened this issue Apr 10, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@thakursc1
Copy link

I followed the installation process until the following command :

tabulo checkpoint list

I get the following error after executing the command:

Error:
AttributeError: module 'tensorflow' has no attribute 'contrib'

I am guessing its because I am using Tensorflow 2.0 and models dont support it. Is there a quick work around to this ?

@the-black-knight-01
Copy link
Owner

currently, we don't support.
pull request will be appreciated.

@the-black-knight-01 the-black-knight-01 added the enhancement New feature or request label Apr 23, 2020
@Axo-Fv
Copy link

Axo-Fv commented Jul 17, 2020

Try to install pip install tensorflow==1.14 or pip install tensorflow-gpu==1.14 like this source

@raminmardani
Copy link

Try to install pip install tensorflow==1.14 or pip install tensorflow-gpu==1.14 like this source

it doesn't help!

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

No branches or pull requests

4 participants