Vincent Marois
Vincent Marois
When using a `GridWorker`, only the output of the logger of the current `Worker` (e.g. `OfflineTrainer` or `Tester`) is captured. The loggers of the `Model` & `Problem` are not able...
Transfering this issue from the private repo. Still a good idea, so we should do it :)
There are still a few things to do to enhance further the documentation: - Explain the contents of the configuration files: the section (mandatory vs optional), parameters (mandatory vs optional)...
A slow-down in some experiments has been noticed after releasing 0.2.0 and above: - A run of MAC on CLEVR for 20 epochs takes more than 3 days whereas it...
The workers have several flags available, which are added based on inheritance for now (e.g. Worker :arrow_left: Trainer :arrow_left: OfflineTrainer etc). This results in some flags not particularly useful for...
The current implementation of curriculum learning forces by default that it needs to be finished even if convergence has been reached (in terms of loss < threshold): ` # If...