Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 678 Bytes

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