Setepenre
Setepenre
We need to get the model cost in eval mode when we compute validation loss/cost for hyper parameter search. At the moment eval mode only returns the detection without the...
* Make sure user get the sub process output right away so they can have a sense of the progress of their script
_Hi there! Thank you for contributing. Feel free to use this pull request template; It helps us reviewing your work at its true value._ _Please remove the instructions in italics...
Base implementation to get some ideas
Make the storage instance an explicit requirement to an instantiated Experiment
_Hi there! Thank you for contributing. Feel free to use this pull request template; It helps us reviewing your work at its true value._ _Please remove the instructions in italics...
Just to try
Direct interaction with the storage object should be limited, so they can be override with remote API calls instead. # Known offending code * `orion\core\worker\trial_pacemaker.py`
# Design Discussion #911 # Potential Blockers * The Storage/Database singleton and how Falcon is going to handle each clients might conflict (multiprocess) * https://github.com/Epistimio/orion/issues/606 * Multiuser on the same...
This is required for Orion as a Service (#912) and the knowledge base for warm starting (#910). Currently every users are working on their own database on the same MongoDB...