提交 d84ac222 编写于 作者: T tangwei

add cluster training

上级 8a9c5d24
...@@ -32,5 +32,5 @@ if __name__ == "__main__": ...@@ -32,5 +32,5 @@ if __name__ == "__main__":
with open('ctr-dnn_train.yaml', 'r') as rb: with open('ctr-dnn_train.yaml', 'r') as rb:
global_config = yaml.load(rb.read()) global_config = yaml.load(rb.read())
trainer = TrainerFactory.craete(global_config) trainer = TrainerFactory.create(global_config)
trainer.run() trainer.run()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册