This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix a ut bug
master
行嗔
2 years ago
parent
4276c5434f
commit
df5bd86048
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/trainers/test_ofa_trainer.py
+ 1
- 1
tests/trainers/test_ofa_trainer.py
View File
@@ -98,7 +98,7 @@ class TestOfaTrainer(unittest.TestCase):
self.assertIn(ModelFile.TORCH_MODEL_BIN_FILE,
os.listdir(os.path.join(WORKSPACE, 'output')))
#
shutil.rmtree(WORKSPACE)
shutil.rmtree(WORKSPACE)
if __name__ == '__main__':
Write
Preview
Loading…
Cancel
Save