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
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?
The text was updated successfully, but these errors were encountered:
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
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 listedimporting it in notebooks does not work
is this a bug or am i missing something?
The text was updated successfully, but these errors were encountered: