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 03:18:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2017-01-22 03:18:37 +0900
Commit
69aa42bf6be405417ef8aa1e058c651ffde8797c
69aa42bf
1 parent
6b8fe5bc
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
1 deletions
README.md
README.md
View file @
69aa42b
# Domain Transfer Network (DTN)
TensorFlow implementation of
[
Unsupervised Cross-Domain Image Generation.
](
https://arxiv.org/abs/1611.02200
)
![
alt text
](
jpg/dtn.jpg
)
## Requirements
*
Python 2.7
*
[
TensorFlow 0.12
](
https://github.com/tensorflow/tensorflow/tree/r0.12
)
## Usage
#### Clone the repository
```
bash
git clone https://github.com/yunjey/dtn-tensorflow.git
cd
dtn-tensorflow
```
#### Download the dataset
```
bash
chmod +x download.sh
./download.sh
```
#### Resize MNIST dataset to 32x32
```
bash
python prepro.py
```
#### Pretrain the model
```
bash
python main.py --mode
=
'pretrain'
```
#### Train the model
```
bash
python main.py --mode
=
'train'
```
#### Transfer SVHN to MNIST
```
bash
python main.py --mode
=
'eval'
```
## Results
...
...
Please
register
or
login
to post a comment