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
05d17c56
Commit
05d17c56
authored
Mar 30, 2020
by
Andrei-Claudiu Roibu
🖥
Browse files
added close functions
parent
55686c73
Changes
1
Show whitespace changes
Inline
Side-by-side
utils/data_logging_utils.py
View file @
05d17c56
...
...
@@ -265,8 +265,20 @@ class LogWriter():
print
(
"Sample Image successfully loaded!"
)
def
graph
(
self
):
pass
def
close
(
self
):
pass
"""Close the log writer
This function closes the two log writers.
Args:
None
Returns:
None
Raises
None
"""
self
.
log_writer
[
'train'
].
close
()
self
.
log_writer
[
'test'
].
close
()
\ No newline at end of file
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