Skip to content

Latest commit

 

History

History

auto_encoder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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