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
Andrei-Claudiu Roibu
BrainMapper
Commits
16550d2e
Commit
16550d2e
authored
Apr 15, 2020
by
Andrei-Claudiu Roibu
🖥
Browse files
fixed bug in log_writer dictionary key 'test'
parent
b3a42e70
Changes
1
Show whitespace changes
Inline
Side-by-side
utils/data_logging_utils.py
View file @
16550d2e
...
...
@@ -64,7 +64,7 @@ class LogWriter():
self
.
log_writer
=
{
'train'
:
SummaryWriter
(
logdir
=
training_logs_directory
),
'test
:
'
:
SummaryWriter
(
logdir
=
testing_logs_directory
)
'test'
:
SummaryWriter
(
logdir
=
testing_logs_directory
)
}
self
.
confusion_matrix_color_map
=
confusion_matrix_cmap
...
...
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