Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
herbiebradley authored Mar 15, 2019
1 parent d674118 commit e3c6342
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 e3c6342

Please sign in to comment.