examples icon indicating copy to clipboard operation
examples copied to clipboard

super_resolution: add freeze_safe support, python lint issues, checkpoint_every_n option

Open jefflomax opened this issue 7 years ago • 1 comments

This is a simple update to super_resolution so that:

It implements standard "freeze_support" so multithreading works on both Windows and Linux Removes Python-Lint warnings by passing references to variables Adds the option to store a checkpoint every N epochs, defaulted to 1 Without these changes, the sample does not run on Windows.

jefflomax avatar Aug 19 '18 21:08 jefflomax