Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Print INFO log in "standalone" mode (#1761)
Browse files Browse the repository at this point in the history
* Print INFO log in "standalone" mode

* init on importing
  • Loading branch information
liuzhe-lz authored Nov 21, 2019
1 parent 430bfea commit cb52d44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sdk/pynni/nni/platform/standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb52d44

Please sign in to comment.