Corentin Dancette

Results 25 issues of 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

enhancement

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...

enhancement

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 ![image](https://user-images.githubusercontent.com/10550327/80624600-30da9380-8a4c-11ea-9c4a-5f4f9ff4528d.png)

## 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...