Thilo von Neumann
Thilo von Neumann
I just noticed that the two "optimal" hyperparameters you mentioned in #3 don't match the KL values from the paper for PTB. For the Standard setting, your hyperparameter suggests lat_dim=50...
Now that the `maybe_add` function disappeared from the data preparation, can you add an `example_to_device` method to the model that only transfers to the GPU those keys from the example...
That's my view on the three ideas: ## 1. Reserved keyword I clearly see the naming problem here. I would start the reserved keyword with something that is usually not...
There were proposals to support partial list updates from the command line during the config rework discussion. But nothing got fully implemented. And for expansion, we just have to enclose...
Hmm, it works for me (on Python 3.9). Does the same error occur when you just `import jsonpickle`?
Hello @kirtanp and a happy new year! I'll add to @Jarvis73's answer: You can [define command-line flags](https://sacred.readthedocs.io/en/stable/command_line.html?highlight=option#custom-flags) in sacred if you really need to. But for loading config files I...
Hi @Gracecr, sorry for the late response, I have been offline for two weeks. Thank you for your hard work! It's a lot of information to process, so I'll start...
I like the idea of making this extensible. This could also be the right time to do some cleanup of the code related to metrics logging, where the `linearize_metrics` (is...
Hmm, I can't find a button to trigger the checks manually. I guess I don't have the rights on azure and it is not possible to manually trigger a run...
Sacred creates one seed for every captured function based on the seed that you pass. This design was chosen to make the seeds independent of call order. An example: ```python...