Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최강혁
/
dddd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
yunjey
2017-01-22 04:07:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2017-01-22 04:07:10 +0900
Commit
da1f546e727d0512331e8a5217948c4d0df70104
da1f546e
1 parent
8a9e428a
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
README.md
README.md
View file @
da1f546
...
...
@@ -9,34 +9,34 @@ TensorFlow implementation of [Unsupervised Cross-Domain Image Generation.](https
## Usage
####
Clone the repository
Clone the repository
```
bash
git clone https://github.com/yunjey/dtn-tensorflow.git
cd
dtn-tensorflow
```
####
Download the dataset
Download the dataset
```
bash
chmod +x download.sh
./download.sh
```
####
Resize MNIST dataset to 32x32
Resize MNIST dataset to 32x32
```
bash
python prepro.py
```
####
Pretrain the model f
Pretrain the model f
```
bash
python main.py --mode
=
'pretrain'
```
####
Train the model G and D
Train the model G and D
```
bash
python main.py --mode
=
'train'
```
####
Transfer SVHN to MNIST
Transfer SVHN to MNIST
```
bash
python main.py --mode
=
'eval'
```
...
...
Please
register
or
login
to post a comment