kaggle_diabetic_RAM
kaggle_diabetic_RAM copied to clipboard
jupyter notebook
Had to install theano 0.7 g++ using mingw 64 bit for windows (7) pip install lasagne pip install graphviz pip install pydot==1.1.0 pip install nolearn
and change the order of imports in the first code-block (to import theano before local lib files as they are using theano):
from lasagne.layers import get_output
import theano
from theano import tensor as T
import nn
import data
import tta
import util
Still it fails on pip install SharedArray with:
c:\programdata\anaconda2\PC -c .\src\map_owner.c -o build\temp.win-amd64-2.7\Rel
ease\.\src\map_owner.o
.\src\map_owner.c:19:10: fatal error: sys/mman.h: No such file or directory
#include <sys/mman.h>
^~~~~~~~~~~~
compilation terminated.
error: command 'C:\\mingw\\mingw64\\bin\\gcc.exe' failed with exit status 1
try sudo apt-get install python-numpy