"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "efb3397ad492d2fd2f78cfd1192e1716fdccba25"
Unverified Commit ccccfe46 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Fix paths and add gitignore (#3570)

parent e0ec38e7
...@@ -3,3 +3,8 @@ checkpoints ...@@ -3,3 +3,8 @@ checkpoints
runs runs
nni_auto_gen_search_space.json nni_auto_gen_search_space.json
checkpoint.json checkpoint.json
_generated_model.py
_generated_model_*.py
_generated_model
generated
lightning_logs
...@@ -14,7 +14,7 @@ from nni.algorithms.nas.pytorch.pdarts import PdartsTrainer ...@@ -14,7 +14,7 @@ from nni.algorithms.nas.pytorch.pdarts import PdartsTrainer
# prevent it to be reordered. # prevent it to be reordered.
if True: if True:
sys.path.append('../darts') sys.path.append('../../oneshot/darts')
from utils import accuracy from utils import accuracy
from model import CNN from model import CNN
import datasets import datasets
......
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