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

What are exact dependencies? Probably tensorflow=1.10 is not correct required version #3

Open
Exctues opened this issue Apr 7, 2021 · 1 comment

Comments

@Exctues
Copy link

Exctues commented Apr 7, 2021

Good day! Thanks for creating such a nice project. I would use babyGAN models but unfortunately, i can't run it both in docker and on my machine (ubuntu 20, latest cuda-staff, and I tried different versions of TensorFlow).

I have an attribute error when trying to run encode_Images.py with default parameters using tensorflow=1.10. Exact message:

encode_images.py", line 33, in main
    gpu_devices = tf.config.experimental.list_physical_devices('GPU')
AttributeError: module 'tensorflow' has no attribute 'config'

If we check https://github.com/tensorflow/docs/tree/r1.10/site/en/api_docs/api_docs/python/tf then we can see that there is no tf.config at version 1.10 which you say is the prerequisite.

Also, some versions of TensorFlow (including tensorflow=1.10) looking for libcublas.so.10 which are not part of new cuda 11 and therefore should be installed separately.

It would be nice to have exact dependencies to run such a project. Or at least an example of how to run it on Linux machine (maybe Dockefile?).
Thanks in advance.

@deng-yongsheng
Copy link

Use tensorflow 1.15.0

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

2 participants