Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
b35abc02
Commit
b35abc02
authored
Feb 11, 2021
by
lucas_miranda
Browse files
Removed excessive tensorflow logging while training autoencoders
parent
2d21ca43
Changes
1
Hide whitespace changes
Inline
Side-by-side
deepof/data.py
View file @
b35abc02
...
...
@@ -36,8 +36,10 @@ import os
import
pandas
as
pd
import
warnings
# DEFINE CUSTOM ANNOTATED TYPES #
# Remove excessive logging from tensorflow
os
.
environ
[
"TF_CPP_MIN_LOG_LEVEL"
]
=
"2"
# DEFINE CUSTOM ANNOTATED TYPES #
Coordinates
=
deepof
.
utils
.
NewType
(
"Coordinates"
,
deepof
.
utils
.
Any
)
Table_dict
=
deepof
.
utils
.
NewType
(
"Table_dict"
,
deepof
.
utils
.
Any
)
...
...
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