Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

MetricGAN with PyTorch, currently in progress.

Notifications You must be signed in to change notification settings

haoxiangsnr/MetricGAN-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetricGAN-PyTorch

MetricGAN with PyTorch, currently in progress. I will finish this project in the near future 🚧 🚧

Difference from official

  • Spectral normalization. Official uses a Keras-based implementation, but in the current repository we use the official implementation of PyTorch.
  • Batch size. official only support batch size equal 1.

Dependencies

  1. Install CUDA and PyTorch
  2. pip install -r requirements.txt

Usage

TODO

TODO

  • Add generator and discriminator
  • Add optimizer and data preprocess
  • Add config file
  • Add trainer and train script
  • Add validation logic
  • Add normalization of inputs
  • Add clipping constant
  • Do more tests
  • Improve comments and README
  • Add enhancement script

About

MetricGAN with PyTorch, currently in progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages