We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
might just do the trick
The text was updated successfully, but these errors were encountered: