forked from mindspore-Ecosystem/mindspore
remove testcase
This commit is contained in:
parent
daa0ddd275
commit
00749914a4
|
@ -126,10 +126,6 @@ class ModelCallback(Callback):
|
|||
print("epoch: {}, outputs are: {}".format(cb_params.cur_epoch_num, str(cb_params.net_outputs)))
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_onecard
|
||||
def test_bert_tdt():
|
||||
"""test bert tdt"""
|
||||
np.random.seed(0)
|
||||
|
|
|
@ -154,10 +154,6 @@ class TimeMonitor(Callback):
|
|||
self.epoch_mseconds_list.append(epoch_mseconds)
|
||||
self.per_step_mseconds_list.append(epoch_mseconds / self.data_size)
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_onecard
|
||||
def test_bert_percision():
|
||||
"""test bert percision"""
|
||||
context.set_context(mode=context.GRAPH_MODE, device_target="Ascend", reserve_class_name_in_scope=False)
|
||||
|
|
Loading…
Reference in New Issue