• Patrick Wieschollek's avatar
    GAN refactor (#107) · 9d6197aa
    Patrick Wieschollek authored
    * initial public refactor
    
    * add uniform
    
    * simplify code
    
    * split uniform-factor
    
    * fix prior
    
    * working version
    
    * more documentation
    
    * clean up done for InfoGAN
    
    * updated other examples to match changes in GAN.py
    
    * final edits from my side
    
    * docs changes in base class
    
    * more docs and interface name
    
    * some changes in name scope and docs
    
    * use property for _dim
    
    * visualization & gradient scale according to the paper
    
    * update the demo img
    9d6197aa
InfoGAN-mnist.py 6.65 KB