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
When running pigar on a conda environment, with both tensorflow==1.14.0 and tensorflow_gpu==1.14.0, the requirements.txt created contains tensorflow==1.14.0
Running pigar on the same folder, this time outside the conda environment, creates a requirements.txt with tensorflow_gpu==1.14.0
I assume the second option is the expected behavior since tensorflow_gpu is the one used when running the script.
I'm using Ubuntu-18.04.1 and python 3.7.6
Thanks!
The text was updated successfully, but these errors were encountered:
Hey,
When running pigar on a conda environment, with both tensorflow==1.14.0 and tensorflow_gpu==1.14.0, the requirements.txt created contains tensorflow==1.14.0
Running pigar on the same folder, this time outside the conda environment, creates a requirements.txt with tensorflow_gpu==1.14.0
I assume the second option is the expected behavior since tensorflow_gpu is the one used when running the script.
I'm using Ubuntu-18.04.1 and python 3.7.6
Thanks!
The text was updated successfully, but these errors were encountered: