Skip to content

Commit

Permalink
Merge branch 'master' of github.com:herbiebradley/CycleGAN-Tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
herbiebradley committed Mar 16, 2019
2 parents 1a1d52c + e3c6342 commit 9826590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Project Organization
├── test.py <- Run this to test
   ├── data <- Code for downloading or loading data
   │   ├── data.py
   │   ├── data.py <- Dataset class
   │   └── download_data.py
   ├── models <- Code for defining the network structure and loss functions
Expand All @@ -37,7 +37,7 @@ Project Organization
   │   └── losses.py
   └── utils <- Utility files
   ├── options.py <- File for command line options
   ├── options.py <- Class for command line options
      └── image_history_buffer.py

--------
Expand Down

0 comments on commit 9826590

Please sign in to comment.