-
Notifications
You must be signed in to change notification settings - Fork 6
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
module 'tensorflow' has no attribute 'reset_default_graph' #12
Comments
This should be fixed in 205d8b8 - can you reinstall and try again? Note that this now requires tensorflow 2.1.0, readme updated with installation instructions |
Hello, I am having a similar issue. The latest update today did resolve the "no attribute" error, but now I see this.
The Rscript looks like this, #Load Rdata file. load("HPNE_clonealign.Rdata") #Fit model. #Save.` |
Hi @Toseph I removed the seed argument to Thanks, Kieran |
Thanks for the update @kieranrcampbell! We will test this today and get back to you. |
Would you know how to fix this issue?
Constructing tensorflow graph
Error in py_get_attr_impl(x, name, silent) :
AttributeError: module 'tensorflow' has no attribute 'reset_default_graph'
Calls: run_clonealign ... py_get_attr_or_item -> py_get_attr -> py_get_attr_impl
Execution halted
Thanks
The text was updated successfully, but these errors were encountered: