Marc Morcos
Marc Morcos
what version of python?
The issue persists on windows however. I agree on Ubuntu I do not get this issue.
That's great. The notebooks are great starting points for using the library. Looking forward to it.
Thank you @muellerdo. Unfortunately, I think the problem lies elsewhere. I've tried to install on 3 different computers (1 linux cluster, 1 linux laptop, and 1 windows 10 PC). I've...
Sure here's the output after a fresh environment on Windows 10. (Python=3.7.11, pip=21.0.1) ``` conda create -n miscnn python=3.7 conda activate miscnn python -m pip install miscnn ``` No install...
From linux computing cluster. [Python=3.7.9; pip 20.0.2 from /home/mmorcos/miscnn/lib/python3.7/site-packages/pip (python 3.7)] ``` module load python/3.7.9 virtualenv miscnn source miscnn/bin/activate python -m pip install miscnn ``` We get the following: ```...
> Sure here's the output after a fresh environment on Windows 10. (Python=3.7.11, pip=21.0.1) > > ``` > conda create -n miscnn python=3.7 > conda activate miscnn > python -m...
Thank you. This gives me something to work with!