Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
1c4df1b2
Commit
1c4df1b2
authored
Aug 18, 2017
by
Alan Yee
Committed by
GitHub
Aug 18, 2017
Browse files
Fix print styling
parent
140c63e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
autoencoder/AdditiveGaussianNoiseAutoencoderRunner.py
autoencoder/AdditiveGaussianNoiseAutoencoderRunner.py
+2
-2
No files found.
autoencoder/AdditiveGaussianNoiseAutoencoderRunner.py
View file @
1c4df1b2
...
...
@@ -52,7 +52,7 @@ for epoch in range(training_epochs):
# Display logs per epoch step
if
epoch
%
display_step
==
0
:
print
(
"Epoch:
"
,
'%d,'
%
(
epoch
+
1
),
"Cost:
"
,
"{:.9f}"
.
format
(
avg_cost
))
print
(
"Epoch:"
,
'%d,'
%
(
epoch
+
1
),
"Cost:"
,
"{:.9f}"
.
format
(
avg_cost
))
print
(
"Total cost: "
+
str
(
autoencoder
.
calc_total_cost
(
X_test
)))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment