An open API service indexing awesome lists of open source software.

https://github.com/matin-ghorbani/fashion-mnist-gan

Implement a GAN for Fashion Mnist dataset to generate digits
https://github.com/matin-ghorbani/fashion-mnist-gan

dcgan deep-learning fashion-mnist gan generative-ai tensorflow

Last synced: 3 months ago
JSON representation

Implement a GAN for Fashion Mnist dataset to generate digits

Awesome Lists containing this project

README

          

# DCGAN On Fashion Mnist
## This task solved with this repo
- Fashion Mnist Generator: I trained a DCGAN on [Fashion Mnist Dataset](https://keras.io/api/datasets/fashion_mnist/)

## How to install
### Run this command:
```bash
pip install -r requirements.txt
```
# Fashion Mnist
### Fashion Mnist Training Duration
![Duration](./io/output/Fashion.gif)


*you can download the weight of it from [here](https://drive.google.com/drive/folders/1A1Hrwt5GCbNlXYQiwK7n-OMlYUIqP2bV?usp=sharing) if you want to.*