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
Hi,
I am trying to run the code, but unfortunately, it is not working.
A lot of packages have been changed, and I am running on the latest versions. The code is not working.
For example:
> python AutoImpute.py
[!data read] Reading from data/blakeley.csv
[info] Genes : 1000, Cells : 30
Traceback (most recent call last):
File "/dev/AutoImpute/AutoImpute Model/AutoImpute.py", line 107, in <module>
X = tf.placeholder("float32", [None, genes])
AttributeError: module 'tensorflow' has no attribute 'placeholder'
Can you please add the dependencies versions for each of the packages in Python?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run the code, but unfortunately, it is not working.
A lot of packages have been changed, and I am running on the latest versions. The code is not working.
For example:
Can you please add the dependencies versions for each of the packages in Python?
The text was updated successfully, but these errors were encountered: