sacred
sacred copied to clipboard
Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
I am trying to implement some code that creates the appropriate `ExperimentLoader` from `incense` given a particular observer. Unfortunately it seems that it is not possible to access the url...
Allows the usage of type hints in config scopes. Closes #818. Notes: - A new test is added for this behaviour. - Instead of fixing the regexp, it uses `ast`...
Adds a `units` field to `linearize_metrics` output per discussion in #880. I took a slightly different approach. Instead of adding `units` to `ScalarMetricLogEntry`, I added "units" to the linearized output...
I've been running a series of sacred experiments on Computer A for a month or so now, and I had two questions about saving the sacred results off of the...
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's a GitHub release on 0.8.3 but it doesn't seem to have made its way to PyPi yet. @Qwlouse @thequilo are there any plans to make a PyPi release soon?...
Function get_cpu_info() in Package cpuinfo returns a dict that CPU model is indexed by "brand_raw" instead of "brand", see L210 in sacred/hostinfo.py .
I tried to re-run some code with the newest version of sacred that used to work with a sacred version from late 2019 and now get the following error. The...
Resolve #867
I'm trying to use Sacred in a more hardware centric environment. For my use case, it's very helpful to have units defined for metrics (meter, centimeter, etc). I'd like to...