Skip to content

mattamodio/cs663_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs663_project

Getting started

Prerequisites: Install anaconda and python3

  1. Pull in dependencies and create the cs663-discogan environment:

    # Install dependencies and create environment
    $ conda env create -f environment.yml
    # Activate newly created environment
    $ source activate cs663_project
    # Install the project in development mode
    $ python setup.py develop
  2. Download additional data. Right now, the only dataset integration is coil-100, but to download that, issue the following command

    $ download_data coil
  3. Train DiscoGAN. For details on training, please see:

    $ train --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages