Giter Club home page Giter Club logo

gan_cifar_100's Introduction

FineTuningBERT

Contributors Forks Stargazers Issues LinkedIn

Project is the transfer learning of VGG-19 on 525 Bird Species.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgments

About The Project

This repository is the code for a Generative Adversarial Network (GAN) on the CIFAR-100 dataset. The purpose of this code is to test different hyperparameters and neural network architecture, the results of each run are used to create GIF image files that demonstrate the progress of the network over time with different hyperparameters and architectures as indicated in the filenames.

Built With

  • Tensorflow
  • NumPy
  • Pandas
  • ScikitImage

Getting Started

Prerequisites

Required Libraries/Frameworks:
Tensorflow (configured for CUDA), Numpy, and Pandas

Required Hardware:
NVidia GPU

Installation

  1. Clone the Repo
git clone https://github.com/zjshermanburke/GAN_CIFAR_100

Usage

Modify hyperparameters and the save file paths as desired and run all cells

Hyperparameters Cell

# Latent Space Dimensions
latent_dim = 100

# Training Hyperparameters
batch_size = 32
epochs = 500000
sample_period = 500 # every 'sample_period' steps generate and save some data

# Optimizer Hyperparameters for Discriminator and Combined Model
# Current Optimizer == AdamW
learning_rate = 0.0002
beta_1 = 0.5

Save file paths

# Image Directories
img_dir = './gan_images'
anim_file = './gan_progression_gifs/AdamW_B5_500k.gif'
sub_img_dir = 'AdamW_B1_0.05_Epoch_500k'

# Model Directories
model_dir = './Models/Gan_AdamW_B50_500k'
d_model_dir = 'disc_AdamW_B50_Epoch_500k'
g_model_dir = 'gen_AdamW_B50_Epoch_500k'
comb_model_dir = 'comb_AdamW_B50_Epoch_500k'

License

Distributed under the Unlicense license. See LICENSE.txtfor more information.

Contact

Zachary Sherman-Burke - LinkedIn - [email protected]

Project Link: https://github.com/zjshermanburke/GAN_CIFAR_100

Acknowledgments

gan_cifar_100's People

Contributors

zjshermanburke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.