Home
last modified time | relevance | path

Searched refs:loss_file_path (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/st/model_zoo_tests/DeepFM/src/
Dcallback.py63 def __init__(self, loss_file_path, per_print_times=1): argument
67 self.loss_file_path = loss_file_path
77 with open(self.loss_file_path, "a+") as loss_file:
Ddeepfm.py384 loss_callback = LossCallBack(loss_file_path=os.path.join(self.train_config.output_path,
/third_party/mindspore/tests/st/model_zoo_tests/DeepFM/
Dtest_deepfm.py59 loss_callback = LossCallBack(loss_file_path=loss_file_name)