Klaus Greff
Klaus Greff
Adds a github actions workflow that triggers automatically on a version change and uploads the new version to pypi. (based on https://github.com/marketplace/actions/pypi-github-auto-release ) Not sure how to best test this.
There is a persistent bug in the file-descriptor based stdout capturing, that leads to rare non-deterministic test-failures. Probably some form of racing condition. I have no idea where things go...
I made a logo draft for Sacred. What do you guys think? 
Added artifacts cannot be updated anymore. It would be nice to have a way of adding an Artifact that is then watched and updated in the database whenever it is...
It would be very helpful, if it was possible to add and remove custom columns from the overview. E.g. a way of adding a `config.learning_rate` column.
ATM if sorting by results that are lists sorts by the last element of that list. Should be the first instead.
I encountered a weird crash. Not really sure what happened, because it ran fine for 29 epochs before that. I can't reproduce it, but I wanted to keep it here...
I think we should run some rudimentary profiling before the initial release, just to get rid of the worst performance offenders. On a related note, it'd be nice to have...