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

I downgraded to Tensorflow 1.7.0 using pip i.e pip install "tensorflow>=1.7.0" still I am facing installation error #14

Open
nk6june opened this issue Sep 30, 2019 · 3 comments

Comments

@nk6june
Copy link

nk6june commented Sep 30, 2019

ERROR: Could not find a version that satisfies the requirement tensorflow==1.7.0 (from desc) (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 1.15.0rc0, 1.15.0rc1, 2.0.0a0, 2.0.0b0, 2.0.0b1, 2.0.0rc0, 2.0.0rc1, 2.0.0rc2)
ERROR: No matching distribution found for tensorflow==1.7.0 (from desc)

@eleozzr
Copy link
Owner

eleozzr commented Oct 28, 2019

Hi. Could you show some detailed information about how you install desc, I tested on different platforms (ubuntu, mac and windows), there is no error like you showed above. Any feedback is helpful. Thanks.

@nathanin
Copy link

nathanin commented Dec 3, 2019

@nk6june looks like tensorflow 1.7 can no longer be installed from pypi. You can install tensorflow from source after checking out the 1.7 branch.

On the other hand, it's not so bad to update the model code to work with 1.15. Writing in keras makes it easy :)

desc/models/network.py : line 75 specify the shape argument by keyword like self.clusters = self.add_weight(shape=(self.n_clusters, input_dim), initializer='glorot_uniform', name='clusters') ... and I think that's it.

@eleozzr
Copy link
Owner

eleozzr commented Dec 4, 2019

Thanks nathanin

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