forked from mindspore-Ecosystem/mindspore
takedown testcases to ensure gate stability
This commit is contained in:
parent
212dc94143
commit
5352e13329
|
@ -188,7 +188,7 @@ def train_process_bert_thor(q, device_id, epoch_size, device_num):
|
|||
q.put({'loss': loss_list, 'cost': per_step_mseconds})
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_single
|
||||
|
|
|
@ -154,7 +154,7 @@ def test_time_distributed_conv2d_no_reshape_axis():
|
|||
print("Conv2D layer with no reshape axis wrapped successful")
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_x86_cpu
|
||||
@pytest.mark.env_onecard
|
||||
def test_time_distributed_maxpool2d_no_reshape_axis():
|
||||
|
|
Loading…
Reference in New Issue