damnever/pigar

tensorflow differences when using conda envoirment

sapir-allegro opened this issue · 1 comments

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!

I have added some FAQ, does it help?