Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 302 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 302 Bytes

dcgan_example

Implementation of a Convolutional Auto-Encoder (CAE) to classify CIFAR 10 images.

Implementation of a Deep Convolutional Generative Adversarial Network (DCGAN) trained on CIFAR 10 images.

Requirements

  • torch
  • GPyOpt
  • sklearn