找传奇、传世资源到传世资源站!

《GAN:实战生成对抗网络》代码(刘梦馨)

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

from clipboard└─实战生成对抗网络代码
    ├─Section 1
    │  └─Code
    │          ReadMe.txt
    │          simple-gan.ipynb
    │          simple-gan.py
    │          
    ├─Section 2
    │  └─Code
    │      ├─BEGAN
    │      │      BEGAN-Code.txt
    │      │      
    │      ├─CGAN
    │      │  │  download.py
    │      │  │  simple-cgan.py
    │      │  │  
    │      │  ├─data
    │      │  │  └─fashion
    │      │  │          train-images-idx3-ubyte.gz
    │      │  │          
    │      │  └─output
    │      └─CycleGAN
    │              CycleGAN-Code.txt
    │              
    ├─Section 3
    │  └─Code
    │      ├─DiscoGAN
    │      │      DiscoGAN-Code.txt
    │      │      
    │      └─StackGAN
    │              StackGAN-Code.txt
    │              
    └─Section 4
        ├─Image-Correction
        │  │  create_tfrecords.py
        │  │  dcgan.py
        │  │  image_correction.py
        │  │  ReadMe.txt
        │  │  test.sh
        │  │  train_generate.py
        │  │  utils.py
        │  │  
        │  ├─checkpoints
        │  │      checkpoint
        │  │      d.ckpt-20000.data-00000-of-00001
        │  │      d.ckpt-20000.index
        │  │      d.ckpt-20000.meta
        │  │      g.ckpt-20000.data-00000-of-00001
        │  │      g.ckpt-20000.index
        │  │      g.ckpt-20000.meta
        │  │      
        │  ├─complete
        │  ├─complete_src
        │  │      test-1.jpg
        │  │      test-2.jpg
        │  │      
        │  ├─data
        │  ├─lfw
        │  └─lfw-gen
        │          000000.jpg
        │          005000.jpg
        │          010000.jpg
        │          015000.jpg
        │          020000.jpg
        │          
        ├─keras-microservice
        │  │  Dockerfile
        │  │  nginx.conf
        │  │  ReadMe.txt
        │  │  requirements.txt
        │  │  supervisord.conf
        │  │  test-1.jpg
        │  │  test-2.jpeg
        │  │  test-3.jpg
        │  │  test_requests.sh
        │  │  
        │  └─service
        │          kerasModel.py
        │          main.py
        │          
        ├─serverless-prediction
        │      aws-lambda.py
        │      
        └─tensorflow_lambda
                animal.mp3
                lambda-tensorflow.zip
                test_image.jpg
                

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复