bootstrap.pytorch icon indicating copy to clipboard operation
bootstrap.pytorch copied to clipboard

Highlevel framework for starting Deep Learning projects (lightweight, flexible, easy to extend)

Results 19 bootstrap.pytorch issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

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

# Goals Display a list of experiments on a webpage to easily check their status. This webpage must be frequently updated, must be easy to customize, and must scale to...

enhancement

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