You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I am trying to install saucie and run it on my data, however, the compatibility of softwares is causing errors in the analysis. Tensorflow 1.12.0 is available for python 3.6, for which scanpy and other softwares are not properly getting installed. Besides, tensor flow 2.12 is causing error while running this:
tf.reset_default_graph()
#build the SAUCIE model
model = SAUCIE.SAUCIE(n_features)
AttributeError: module 'tensorflow' has no attribute 'placeholder'
Can you please suggest the solution to this. Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello!
I am trying to install saucie and run it on my data, however, the compatibility of softwares is causing errors in the analysis. Tensorflow 1.12.0 is available for python 3.6, for which scanpy and other softwares are not properly getting installed. Besides, tensor flow 2.12 is causing error while running this:
tf.reset_default_graph()
#build the SAUCIE model
model = SAUCIE.SAUCIE(n_features)
AttributeError: module 'tensorflow' has no attribute 'placeholder'
Can you please suggest the solution to this. Thanks in advance
The text was updated successfully, but these errors were encountered: