Oren Amsalem
Oren Amsalem
ASAIK using `from tqdm.auto import tqdm` results with better jupyter notebook support. @casperdcl ?
This is what I get, and I can not see anything in Mayavi ``` @bream ~/Lab/GJ_Net_Model/Spikelets_reconstruct_network $ python Python 2.7.12 |Anaconda custom (64-bit)| (default, Jul 2 2016, 17:42:40) [GCC 4.4.7...
Hello, I have tried to get neuronvisio working. I tried to use the conda method, ```conda create -n neuronvisio_env neuronvisio -c mattions``` but this is what I get: ``` (neuronvisio_env)...
"The API Changes document says: Setting or unsetting hold (deprecated in version 2.0) has now been completely removed. Matplotlib now always behaves as if hold=True. To clear an axes you...
I have an external hard drive on my android mini pc (Tronsmart MXIII Plus) but I can not see it in the DISK ACTIVITY. This is what I see (only...
Hi, Does a model trained on a specific dataset will work on another, can you supply pre-trained models? Thanks
Hi, I am running aimflow as: `aimlflow sync --mlflow-tracking-uri=/mnt/NVM/oren/mlruns --aim-repo=.` and I get this error after processing a few runs: ``` raise MissingRunError(f'Cannot find Run {run_hash} in aim Repo {self.repo.path}.')...
quit() is not defined
Can you please add an option to plot the POW instead of the utilization, I've found that POW is better sync to GPU usage than utilization. https://superuser.com/a/1464731/299282