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

Cost as a parameter to train and test

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