tf_cnnvis
tf_cnnvis copied to clipboard
tf-nightly-gpu not detected?
i have an installation of tensorflow nightly gpu (tf v2.5.x) when following the installation steps, after executing the setup.py, the process ends with:
Finished processing dependencies for tf-cnnvis==1.0.0
Please install TenSorflow with 'pip install tensorflow'
when i list my installed packages with conda list tf_cnnvis is not listed
importing it in notebooks does not work
is this a bug or am i missing something?
If you installed using python setup.py install it'll show up in pip freeze and not as a conda package. Probably try running things outside of conda environment