Remi
Remi
# 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...
tl;dr: SQLite will replace logs.json ## Our current implementation We use a [Logger](https://github.com/Cadene/bootstrap.pytorch/blob/master/bootstrap/lib/logger.py) object that stores data as lists of "values" associated to "keys" in a python [dictionary](https://github.com/Cadene/bootstrap.pytorch/blob/master/bootstrap/lib/logger.py#L75). This dictionary...
Thanks for this awesome code base and dataset! :) Do you plan to release pretrained weights for the mac network?
I am trying to train a model on my custom dataset (formatted like Pascal VOC). The model is training for several iterations and then this error occurs. ``` im_size: (97.0,...
[pytorch: Adding Spatial Transformers w/CuDNN support](https://github.com/pytorch/pytorch/pull/2007)
Hi, Thanks for this awesome project! I have a straightforward question. Why is there a lr parameter in AffineGridGenFunction? https://github.com/Cadene/stn.pytorch/blob/master/script/functions/gridgen.py#L8 Also, is it useful to have a lr parameter in...
Hello there, First of all, thank you so much for releasing pretrained models and theano code. I recently ported the awesome pretrained skip-thoughts models from this repo to pytorch. I...
Hello Sean, First of all, thank you so much for open sourcing your code in torch7/pytorch. I have a simple question for you: When do you plan to port the...
## What this does - Fix a hanging issue when Dataloader was init with `num_workers > 0`. [Jeremy Leibs](https://github.com/jleibs) from rerun.io root-caused the issue and provided a hotfix for us....