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
OpenDAS
nni
Commits
cb52d441
Unverified
Commit
cb52d441
authored
Nov 21, 2019
by
liuzhe-lz
Committed by
GitHub
Nov 21, 2019
Browse files
Print INFO log in "standalone" mode (#1761)
* Print INFO log in "standalone" mode * init on importing
parent
430bfea5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/sdk/pynni/nni/platform/standalone.py
src/sdk/pynni/nni/platform/standalone.py
+6
-0
No files found.
src/sdk/pynni/nni/platform/standalone.py
View file @
cb52d441
...
...
@@ -19,9 +19,15 @@
# ==================================================================================================
import
logging
import
json_tricks
# print INFO log to stdout
logging
.
basicConfig
()
logging
.
getLogger
(
'nni'
).
setLevel
(
logging
.
INFO
)
def
get_next_parameter
():
pass
...
...
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