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
ccccfe46
Unverified
Commit
ccccfe46
authored
Apr 23, 2021
by
Yuge Zhang
Committed by
GitHub
Apr 23, 2021
Browse files
Fix paths and add gitignore (#3570)
parent
e0ec38e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
examples/nas/.gitignore
examples/nas/.gitignore
+5
-0
examples/nas/legacy/pdarts/search.py
examples/nas/legacy/pdarts/search.py
+1
-1
No files found.
examples/nas/.gitignore
View file @
ccccfe46
...
...
@@ -3,3 +3,8 @@ checkpoints
runs
nni_auto_gen_search_space.json
checkpoint.json
_generated_model.py
_generated_model_*.py
_generated_model
generated
lightning_logs
examples/nas/legacy/pdarts/search.py
View file @
ccccfe46
...
...
@@ -14,7 +14,7 @@ from nni.algorithms.nas.pytorch.pdarts import PdartsTrainer
# prevent it to be reordered.
if
True
:
sys
.
path
.
append
(
'../darts'
)
sys
.
path
.
append
(
'../
../oneshot/
darts'
)
from
utils
import
accuracy
from
model
import
CNN
import
datasets
...
...
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