Release Notes¶
0.4.0¶
Released: 2019-07-07Added
stylish train --layer-weightsoption to initialize weights for each layer fromSTYLE_LAYERS. The default value was initially hard-coded to 0.2, but has now be changed to 1.0 as it produces better results.¶Updated
stylish,stylish.transformandstylish.vggto uses name scopes as much as possible in order to improve the graph visibility within Tensorboard.¶Improved time display during training.¶
0.3.0¶
Released: 2019-07-050.2.0¶
Released: 2019-05-27Added
stylish downloadcommand line option to download elements necessary for the training (Vgg19 model and training data).¶Added
stylish.loggingto manage logger using sawmill for convenience.¶Removed
stylish.trainand moved logic withinstylishto increase code readability.¶[command line] Updated
stylish.command_lineto use click instead of argparse to manage the command line interface for convenience.¶Fixed
stylish.transform.instance_normalization()logic.¶
0.1.3¶
Released: 2018-05-19Updated
stylish.trainmodule to prevent fixing the shape of the input placeholder.¶
0.1.2¶
Released: 2018-05-18Updated
stylish.transformmodule to let the size of the images unknown when processing the checkpoint.¶Updated
stylish.train.extract_model()to increase verbosity.¶