Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 410 Bytes

scale-agnostic_VQGAN.md

File metadata and controls

10 lines (7 loc) · 410 Bytes

Scale-Agnostic VQGAN



  1. Take a pre-trained VQGAN and replace the CNN kernels with CKConv's fitted to generate the kernel's they're replacing
  2. Fine tune
  3. Should now be able to encode/decode arbitrary resolution images?