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

doesn't work with tensorflow 2.x #12

Open
lgwds opened this issue Aug 20, 2020 · 1 comment
Open

doesn't work with tensorflow 2.x #12

lgwds opened this issue Aug 20, 2020 · 1 comment

Comments

@lgwds
Copy link

lgwds commented Aug 20, 2020

is this code still maintained or used by anyone? I would be keen to contribute if necessary.

there is no support for tensorflow 2.x. please let me know if anyone is working on that

import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()

might just do the trick

@benjaminabruzzo
Copy link

conda create -n tf
conda activate tf
conda install -c conda-forge tensorflow=1.14 cdflib matplotlib -y
conda install h5py -y


This has been my approach so far. Trying to get the Pre-trained model to work.. no success yet, but it does resolve the TF2.X

:-P

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

2 participants