"library/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "ada0add89be0da299be3a59e52071be4ea6669e8"
Unverified Commit 1dfda7aa authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Fix import path of network morphism example (#3333)

* Fix import path

* Fix conflicted version
parent 21a1dd8b
...@@ -28,7 +28,7 @@ from keras.utils import multi_gpu_model, to_categorical ...@@ -28,7 +28,7 @@ from keras.utils import multi_gpu_model, to_categorical
import keras.backend.tensorflow_backend as KTF import keras.backend.tensorflow_backend as KTF
import nni import nni
from nni.networkmorphism_tuner.graph import json_to_graph from nni.algorithms.hpo.networkmorphism_tuner.graph import json_to_graph
# set the logger format # set the logger format
log_format = "%(asctime)s %(message)s" log_format = "%(asctime)s %(message)s"
......
...@@ -20,7 +20,7 @@ import logging ...@@ -20,7 +20,7 @@ import logging
import sys import sys
import nni import nni
from nni.networkmorphism_tuner.graph import json_to_graph from nni.algorithms.hpo.networkmorphism_tuner.graph import json_to_graph
import torch import torch
import torch.nn as nn import torch.nn as nn
......
numpy==1.19.3 numpy==1.18.5
tensorflow==1.15.4 tensorflow==1.15.4
torchvision==0.2.1 torchvision==0.2.1
Keras==2.3.1 Keras==2.3.1
......
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