提交 e60fe1df 编写于 作者: Y Yi Wang

Cost as a parameter to train and test

上级 08c0051f
...@@ -10,13 +10,13 @@ Model = {topology, parameters} ...@@ -10,13 +10,13 @@ Model = {topology, parameters}
Evaluator = {Model*, activations} Evaluator = {Model*, activations}
- forward - forward
- test - test(cost, ...)
GradientMachine = {Evaluator*, gradients} GradientMachine = {Evaluator*, gradients}
- backward - backward
Optimizer = {Model*, GradientMachine*} Optimizer = {Model*, GradientMachine*}
- train - train(cost, ...)
- update - update
- checkpoint - checkpoint
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册