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've tried several times to download the file and install libraries from requirement.txt after I created env with python =3.6 and python = 2.7 but both are not possible due to in env with python =3.6 it threw the error about the incompatible version of Numpy and following command doesn't work!
pythonplot-activation-layers.py
I tried to debug it by call Jupiter notebook and run each part cell by cell once in python and env =2.7 and 3.6 but both were unsuccessful. Have you checked it out recently? I also notice that calling MNIST is also difficult and due to some reason just by calling the libraries the kernel gets frozen un Jupyter Notebook
fromkeras.datasetsimportmnist
Also, the following command was useless:
echo "backend: Agg" >> ~/.matplotlib/matplotlibrc
The text was updated successfully, but these errors were encountered:
I've tried several times to download the file and install libraries from requirement.txt after I created env with python =3.6 and python = 2.7 but both are not possible due to in env with python =3.6 it threw the error about the incompatible version of Numpy and following command doesn't work!
I tried to debug it by call Jupiter notebook and run each part cell by cell once in python and env =2.7 and 3.6 but both were unsuccessful. Have you checked it out recently? I also notice that calling MNIST is also difficult and due to some reason just by calling the libraries the kernel gets frozen un Jupyter Notebook
Also, the following command was useless:
The text was updated successfully, but these errors were encountered: