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
3935a099
Unverified
Commit
3935a099
authored
Dec 29, 2021
by
J-shang
Committed by
GitHub
Dec 29, 2021
Browse files
fix path error (#4436)
parent
2ad69cf6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/model_compress/pruning/speedup/model_speedup.py
examples/model_compress/pruning/speedup/model_speedup.py
+1
-1
No files found.
examples/model_compress/pruning/speedup/model_speedup.py
View file @
3935a099
...
...
@@ -5,7 +5,7 @@ import time
import
torch
from
pathlib
import
Path
sys
.
path
.
append
(
str
(
Path
(
__file__
).
absolute
().
parents
[
1
]
/
'models'
))
sys
.
path
.
append
(
str
(
Path
(
__file__
).
absolute
().
parents
[
2
]
/
'models'
))
from
cifar10.vgg
import
VGG
from
mnist.lenet
import
LeNet
...
...
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