"src/vscode:/vscode.git/clone" did not exist on "dd3a4b38895b2ac807c9f871dc0a64903d82941e"
Unverified Commit 80b6cb3b authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

Merge pull request #3030 from microsoft/v2.0

Merge v2.0 into master
parents 77dac12b ff1af7f2
...@@ -107,7 +107,7 @@ class Mutator(BaseMutator): ...@@ -107,7 +107,7 @@ class Mutator(BaseMutator):
""" """
if not torch.__version__.startswith("1.4"): if not torch.__version__.startswith("1.4"):
logger.warning("Graph is only tested with PyTorch 1.4. Other versions might not work.") logger.warning("Graph is only tested with PyTorch 1.4. Other versions might not work.")
from nni._graph_utils import build_graph from nni.common.graph_utils import build_graph
from google.protobuf import json_format from google.protobuf import json_format
# protobuf should be installed as long as tensorboard is installed # protobuf should be installed as long as tensorboard is installed
try: try:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment