Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 521 Bytes

File metadata and controls

33 lines (24 loc) · 521 Bytes

Train an autoencoder with SSIM & MS-SSIM

Prepare dataset

Train

  • SSIM loss:

    $ python train.py --loss_type ssim
  • MS-SSIM loss:

    $ python train.py --loss_type ms_ssim