Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexis Brenon
arcades
Commits
488259f8
Commit
488259f8
authored
Jul 07, 2017
by
Alexis Brenon
Browse files
🚑
Fix logger access
parent
73dffc7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
arcades/experiment/BaseExperiment.lua
View file @
488259f8
...
...
@@ -511,7 +511,7 @@ function class:_plot_f1_score()
end
function
class
:
_inputs_report
()
self
.
logger
:
debug
(
"Saving input frames."
)
self
.
_
logger
:
debug
(
"Saving input frames."
)
if
#
self
.
loop
.
train
.
inputs
>
0
then
image
.
savePNG
(
paths
.
concat
(
self
.
save_path
,
"train_inputs.png"
),
...
...
Write
Preview
Supports
Markdown
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