Corentin Dancette
Corentin Dancette
The external/VQA module is not included in the pip package
Allows to - Load en engine - Forward one item to the model - Reload some specific weight This is linked to #42
Ray tune makes it possible to run grid searches with multiple gpus, and multiple jobs per gpus. Grid search is called like this: python -m bootstrap.grid -o --gpu 0.5 --cpu...
This change allows to log a tensor that has one element.
For now, `--exp.resume last ` crashes when it cannot load the engine (if previous run excited before saving anything) Instead, I think it should just start the training over (and...
Add function to load engine in notebooks, with proper log / resume .. management + various helper functions (forward an item, etc) Use case: visualisation of network
It would be nice to be able to call `bootstrap.compare` from python scripts, ie use it as a library in addition to using it as a CLI. This would enable...
Ideas: - have a train and an eval mode, like now - Ability to specify multiple splits for each mode. Run the splits sequentially (makes sense for eval, maybe less...
When metric name is too long, there are overlaps like this 
## Environment data - VS Code version: 1.45.0 (also tried on insiders 1.46.0-insiders) - Extension version (available under the Extensions sidebar): 2020.4.76186 (27 April 2020) - OS and version: Linux...