Bug fixes:
- Fixed kimg counting when using --accumulate_grad_batches. kimgs was under counting by factor of accumulate_grad_batches. If using v1.0.0 training notebook multiply the kimg count by 4 to get the correct number and use --start_kimg_count when resuming training to override the file name parsing.
Non breaking updates:
- Refactored download and loading pretrained models. Added code to load pretrained models in all generate scripts.
- Updated interpolation notebook to include commands to convert frames to .mp4 and .gif
- Added more examples to readme and fixed a few typos.