cortex_old
cortex_old copied to clipboard
Cortex - Deep learning tools for neuroimaging
It's not mentioned in the README, but apparently seems to be Python 2 only? I installed via pip git+git directly from GH (after the pip install tried to install sklearn...
Do I need to have a GPU to run cortex? Recently, I own a mac, I can't do CUDA. If GPU is needed, can you give me some advice? thanks!
when I run demos it appears problem like this: eeedl@eeedl-OptiPlex-7040:~$ cortex-rbm-demo Loading experiment from /home/eeedl/anaconda2/lib/python2.7/site-packages/cortex-0.12a0-py2.7.egg/rbm_mnist.yaml Experiment hyperparams: {'dataset_args': {'dataset': 'mnist', 'source': '$data/basic/mnist_binarized_salakhutdinov.pkl.gz'}, 'dim_h': 200, 'inference_args': {'n_chains': 10, 'n_steps': 1, 'persistent':...
Hi Devon, When trying to run the demos I ran into this error below. I have checked to see if I need to update theano, and everything is updated. Is...
python rbm_ni.py rbm_olin.yaml,error as followed: Traceback (most recent call last): File "rbm_ni.py", line 213, in train(*_exp_dict) File "rbm_ni.py", line 187, in train [X], cost, tparams, constants, updates, extra_outs, *_learning_args) File...
Just tried running tests on debian testing/sid with theano installed from debian pkgs (0.7-1~exp1) to observe following failed tests ``` shell > nosetests -s -v --with-cov --cover-package cortex . ......