Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Tensorflow version issues #9

Open
ritwik12 opened this issue Feb 11, 2020 · 3 comments
Open

Tensorflow version issues #9

ritwik12 opened this issue Feb 11, 2020 · 3 comments

Comments

@ritwik12
Copy link

ritwik12 commented Feb 11, 2020

While running test cases using Bazel, I found that using default TensorFlow installation i.e. tensorflow==2.0 a lot of test cases will fail. Few functionalities used in this project are deprecated in TF 2.0.

Working version of tensorflow dependencies are:

tensorboard            1.15.0    
tensorflow             1.15.0    
tensorflow-estimator   1.15.1    
tensorflow-probability 0.8.0  

Also, as per the conclusions from this issue we need to update tensorflow version in README.md and requirements.txt in #8

@PravNJ
Copy link

PravNJ commented Apr 7, 2020

Thans. Just came across the same issue, going to try these versions and report back.

@wiggs73
Copy link

wiggs73 commented Apr 26, 2020

@ritwik12 I have installed the same versions of the dependencies and have tried v3.1 of bazel as well as v2.0. But I still have build issues. The first issue is: ERROR: C:/projects/exoplanet-ml/exoplanet-ml/light_curve/BUILD:74:1: name 'py_proto_library' is not defined (did you mean 'cc_proto_library'?) Any thoughts on what to try next?

@ritwik12
Copy link
Author

@wiggs73 You need to follow #6 for this. Also, see discussion over there and you'll get your issues solved.

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

No branches or pull requests

3 participants