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

Dependencies versions is missing #11

Open
daryakoval opened this issue Dec 21, 2023 · 0 comments
Open

Dependencies versions is missing #11

daryakoval opened this issue Dec 21, 2023 · 0 comments

Comments

@daryakoval
Copy link

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?

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

1 participant