Clemens Rosenbaum
Clemens Rosenbaum
**Is your feature request related to a problem? Please describe.** Given that an experiment can take a long time to get to the latest object initialization step, any incompatibilities of...
**Is your feature request related to a problem? Please describe.** There is no clean unified interface for datasets. **Describe the solution you'd like** A unified interface should include the following...
It would be great if we could extract torchscript models from flambe models, after training. That requires all flambe base models to be compatible with torchscript. After a very superficial...
This is a feature request bordering on a bug. Right now, flambe does not allow to track metrics during training. This, however, is essential to monitor learning. One problem that...
**Is your feature request related to a problem? Please describe.** For most research, new models/algorithms/etc are tested on specific "standard" datasets. **Describe the solution you'd like** flambe-integrated datasets that could...
The current implementation where the encoder is part of the embedder prevents "one embedder, two encoder" implementations. As the embedder is oftentimes the largest single matrix in an NLP model,...
When running on a cluster, clicking both the "download" buttons on the report site can lead to a crash of parts of the webapp. steps to reproduce: 1. start flambe...
The debug mode is already very useful in its current state. However, it would be great if it was extended to include the following features: - adding a parameter in...
It is frustrating that the `debug: True` flag is only tested once the cluster has started up. It would make more sense to check for `debug: True` - and other...