This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
remove auto parallel st
tags/v0.5.0-beta
lichenever
5 years ago
parent
beb714d2d0
commit
fad6b5744c
2 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
tests/st/auto_parallel/test_expand_loss.py
+0
-4
tests/st/auto_parallel/test_resnet50_expand_loss.py
+ 0
- 4
tests/st/auto_parallel/test_expand_loss.py
View File
@@ -16,10 +16,6 @@ import os
import pytest
@pytest.mark.level0
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_arm_ascend_training
@pytest.mark.env_single
def test_expand_loss():
sh_path = os.path.split(os.path.realpath(__file__))[0]
ret = os.system(f"sh {sh_path}/run_auto_parallel_loss_expand.sh")
+ 0
- 4
tests/st/auto_parallel/test_resnet50_expand_loss.py
View File
@@ -16,10 +16,6 @@ import os
import pytest
@pytest.mark.level0
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_arm_ascend_training
@pytest.mark.env_single
def test_expand_loss():
sh_path = os.path.split(os.path.realpath(__file__))[0]
ret = os.system(f"sh {sh_path}/run_auto_parallel_resnet50_expand_loss.sh")
Write
Preview
Loading…
Cancel
Save