MCPcopy
hub / github.com/PaddlePaddle/PaddleRec / record_result

Method record_result

tools/static_ps_trainer.py:265–268  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

263 break
264
265 def record_result(self):
266 logger.info("train_result_dict: {}".format(self.train_result_dict))
267 with open("./train_result_dict.txt", 'w+') as f:
268 f.write(str(self.train_result_dict))
269
270
271if __name__ == "__main__":

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected