Ben
Ben
Testing an alternative parameterization of P. It is just `x*x^T + epsilon*eye`. The eye is added after the dot instead of before. The diagonals are all squared values plus epsilon,...
feature: shlex quote asyncio run *Issue #, if available:* #128 *Description of changes:* Add shlex.quote to asyncio run. Arguments are not escaped so JSON hyperparameters are not passed correctly. *Testing...
**Describe the bug** Hyperparameters with spaces get passed as separate command line tokens **To reproduce** Create a hyperparameter like "key" set it to "a b". Toolkit will invoke user script...
feature: Pass SIGTERM to training subprocess fix: #125 *Issue #, if available:* 125 *Description of changes:* Install SIGTERM handler and send_signal to subprocess *Testing done:* "Stop" button in console triggers...
**Describe the bug** SIGTERM from StopTrainingJob doesn't appear to be passed to the training subprocess. **To reproduce** Add a SIGTERM handler to a training script, start a training job, then...
Interested in your thoughts on invoking pip from within python. People might have different aliases for pip but using the pip package seems to work more broadly. Not having to...
Hi everybody! Just letting you know there are probably a lot of new issues with the change to Keras 2. Will update the library soon and keep you all posted....
Hi guys, The jobManager was occasionally crashing on makeDead. "'NoneType' object has no attribute 'id'" on the line including makeDead. If the job is None, that must mean that getNextPendingJobReuse...
### Expected Behavior NUM_THREADS in config.template.py should be used somewhere. ### Actual Behavior NUM_THREADS isn't used anywhere. https://github.com/autolab/Tango/search?utf8=%E2%9C%93&q=num_threads&type= ### Steps to Reproduce the Behavior Either a bug and it should...