rdevon / cortex

A machine learning library for PyTorch
BSD 3-Clause "New" or "Revised" License
92 stars 25 forks source link

Various features and bug fixes #192

Closed rdevon closed 5 years ago

rdevon commented 6 years ago

Adds option to turn pbar off Changes visualization of plots to append (still doesn't fix core issue, but this is a problem with visdom) #169 Changes file naming to be more POSIX compatible #163 Fixes argparse ordering issue #107 Fixes argument reloading #166 Adds autoreload option to reload from last checkpoint (in time).

rdevon commented 6 years ago

For the visualization reset issue: https://github.com/facebookresearch/visdom/issues/171