fast-style-transfer icon indicating copy to clipboard operation
fast-style-transfer copied to clipboard

Video generation fix, Checkpoint restore on training and some code cleanup.

Open jahnog opened this issue 5 years ago • 0 comments

  • Fixed ffmpeg video generation. With moviepy 1.0.1 from the conda-forge channel, specifying a video file to import it's audio, also imported the original video track and the process failed in the middle with an exception.
  • Added a parameter to style.py so the training can resume from the last saved checkpoint and continue optimizing from there.
  • Made some code cleanups to be able to run the scripts in Python 3.7.7

jahnog avatar Jul 04 '20 02:07 jahnog