Home
last modified time | relevance | path

Searched refs:per_print_times (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore/train/callback/
D_loss_monitor.py39 def __init__(self, per_print_times=1): argument
41 if not isinstance(per_print_times, int) or per_print_times < 0:
43 "but got {}".format(per_print_times))
44 self._per_print_times = per_print_times
/third_party/mindspore/tests/st/model_zoo_tests/DeepFM/src/
Dcallback.py63 def __init__(self, loss_file_path, per_print_times=1): argument
65 if not isinstance(per_print_times, int) or per_print_times < 0:
68 self._per_print_times = per_print_times
/third_party/mindspore/tests/st/model_zoo_tests/wide_and_deep/python_file_for_ci/
Dcallbacks.py44 def __init__(self, config=None, per_print_times=1): argument
46 if not isinstance(per_print_times, int) or per_print_times < 0:
48 self._per_print_times = per_print_times
/third_party/mindspore/tests/st/networks/models/deeplabv3/
Dtest_deeplabv3.py47 def __init__(self, data_size, per_print_times=1): argument
49 if not isinstance(per_print_times, int) or per_print_times < 0:
52 self._per_print_times = per_print_times
/third_party/mindspore/tests/st/model_zoo_tests/deeplabv3/
Dtrain_one_epoch_with_loss.py43 def __init__(self, data_size, per_print_times=1): argument
45 if not isinstance(per_print_times, int) or per_print_times < 0:
48 self._per_print_times = per_print_times
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/
Dnetwork_define.py44 def __init__(self, per_print_times=1, rank_id=0): argument
46 if not isinstance(per_print_times, int) or per_print_times < 0:
48 self._per_print_times = per_print_times
/third_party/mindspore/tests/st/tbe_networks/
Dtest_resnet_cifar_1p.py103 def __init__(self, per_print_times=1): argument
105 if not isinstance(per_print_times, int) or per_print_times < 0:
107 self._per_print_times = per_print_times
Dtest_resnet_cifar_8p.py114 def __init__(self, per_print_times=1): argument
116 if not isinstance(per_print_times, int) or per_print_times < 0:
118 self._per_print_times = per_print_times
/third_party/mindspore/tests/st/fl/cross_silo_femnist/
Dtest_cross_silo_femnist.py179 def __init__(self, per_print_times, data_size): argument
181 if not isinstance(per_print_times, int) or per_print_times < 0:
183 self._per_print_times = per_print_times
/third_party/mindspore/tests/st/networks/models/resnet50/
Dtest_resnet50_imagenet.py91 def __init__(self, per_print_times, data_size): argument
93 if not isinstance(per_print_times, int) or per_print_times < 0:
95 self._per_print_times = per_print_times