Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 436 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 436 Bytes

Sketch Simplification using CycleGAN with Synthetic Dataset

This repo is built during MLJejuCamp2017.

Usage

  1. Training

    cd $(PROJECT_ROOT)/srcs
    python main.py --model_type our_cycle_gan
  2. Testing

    cd $(PROJECT_ROOT)/srcs
    python main.py --mode test --saved_model_path checkpoints/model_path/model.ckpt-7000 \
        --test_size 512