Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 251 Bytes

chainer-tutorial-for-beginners_2_en.md

File metadata and controls

17 lines (9 loc) · 251 Bytes

How to use Trainer

1. Prepare a dataset

2. Create an Iterator

3. Define a model

4. Create an Updater

5. Setup a Trainer

6. Add Extensions to the Trainer

7. Start training!

8. Make a prediction using the trained model