cortex
cortex copied to clipboard
A machine learning library for PyTorch
urls must be a list of string, not a dict
Hi Dr.RDevon When I run the code cortex GAN --d.source CIFAR10 --d.copy_to_local after I setup the cortex, it still throw a error as: [INFO:cortex]: Setting logging to INFO Traceback (most...
Fixes this error when running `pip install .` ``` ERROR: Command errored out with exit status 1: command: /cluster/home/dgideon/software/anaconda3/envs/dim/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-i502lsuj/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-i502lsuj/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',...
Hi, Thank you for your great effort to create this repository. I cannot setup cortex. I will encounter the following error: ERROR: Command errored out with exit status 1: command:...
Hello Dr. Devon Hjelm, When I want to run DIM(https://github.com/rdevon/DIM) on cortex, it needs a "0.13a0" version in cortex (the 10th line in https://github.com/rdevon/DIM/blob/master/setup.py), but I can not find it,...
https://github.com/rdevon/cortex/blob/2837b220f9fb73279df3815bb18b274106412c08/cortex/built_ins/models/mine.py#L94 Hi, thank you for this great repository. I am wondering if line 94 and line 111 are correct? shouldn't it be self.mine.routine(generated, generated, Z, Z_P)? because the routine accepts...
Hi, Thanks very much for your great effort for this project. I've installed cortex successfully but encounter an Error when I run "cortex GAN --d.source CIFAR10 --d.copy_to_local" for testing. Following...
the argument is `-vis tb`
Hello Dr. Devon Hjelm, I was searching for the implementation of Mutual Information Neural Estimation and i came accross your code. But i am not sure if its implemented!! Could...