KevinNadaud
KevinNadaud
Yes it may be the same problem
I have the same problem on Linux mint 18 cinnamon edition. Gluqlo use 100% of a core.
Hi, I have small bug using the MLP_training.py code: `python3 MLP_training.py Training on dataset: small Global max conductance = 150.2796 uS Global min conductance = 4.1782 uS The lookup table...
I find a temporary fix, do not load/save the results. Remove the arguments: loadModelPath=loadModelPaths[i_run][0],saveModelPath=saveModelPaths[i_run][0], (around line 247) loadModelPath=loadModelPaths[i_run][1],saveModelPath=saveModelPaths[i_run][1], (around line 256) loadModelPath=loadModelPaths[i_run][2],saveModelPath=saveModelPaths[i_run][2], (around line 265) It is not perfect, but...
https://github.com/sandialabs/cross-sim/issues/31