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 05:46:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
053467a8135d9e6d5763ff9128dfa2e621e23ef7
053467a8
1 parent
7457f7c3
domain transfer network
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
model.py
model.py
View file @
053467a
...
...
@@ -103,7 +103,6 @@ class DTN(object):
self
.
src_images
=
tf
.
placeholder
(
tf
.
float32
,
[
None
,
32
,
32
,
3
],
'svhn_images'
)
self
.
trg_images
=
tf
.
placeholder
(
tf
.
float32
,
[
None
,
32
,
32
,
1
],
'mnist_images'
)
# source domain (svhn to mnist)
self
.
fx
=
self
.
content_extractor
(
self
.
src_images
)
self
.
fake_images
=
self
.
generator
(
self
.
fx
)
...
...
Please
register
or
login
to post a comment