Sebastian Starke
Sebastian Starke
Sorry for putting up such an old issue again but I found that the `SelectionSlider` widget seems not to have the `readout_format` argument, only the `readout` flag. Is there a...
Okay, notebook paths have been updated as well, please check if everything is okay.
Thanks for your response @MLbyML and pointing me to the training function. I was not aware of the factor being multiplied there as well (since this is not a parameter...
This definitely helped me when using escnn together with pytorch lightning which, when saving checkpoints, also relied on pickling. Using your fork I was finally able to reload my trained...
Ideas: - jupyter notebook as entrypoint for users - make some calculators runnable as slurm jobs from the notebook: 1. provide ui for user to enter parameters for the selected...
[Prototype of a Submitter widget](https://gist.github.com/codingS3b/4699b0a7b305b1887c112505710caf2d)
That's also a good strategy. Then, maybe `burnin_epochs` should go to the `ignore` list in the call to `save_hyperparameters` to avoid having the same info twice, maybe? Or do you...
Another point I just noticed regarding the `burnin_epochs` parameter: It is lacking in the `MVEPxRegression`, apparently because it is derived from a different base class. Nevertheless, some initial epochs, where...
Thanks for your feedback. I tried including that in the latest commits. However, despite running `ruff format` before committing, I'm now still getting ruff errors complaining about import ordering which...
Thanks for looking into this, @nilsleh! I think, for the use case we recently discussed (input shape: B x 1 x W, output shape: B x 1 x W), I...