fixing typos

This commit is contained in:
NT
2021-06-22 09:49:57 +02:00
parent fbf410fa87
commit 810df88968
8 changed files with 17 additions and 1206 deletions

View File

@@ -30,7 +30,7 @@ To summarize the scattered comments of the previous sections, here's a set of "g
- Always start with a 1-sample overfitting test.
- Check how many trainable parameters your network has.
- Slowly increase the amount of trianing data (and potentially network parameters and depth).
- Slowly increase the amount of training data (and potentially network parameters and depth).
- Adjust hyperparameters (especially the learning rate).
- Then introduce other components such as differentiable solvers or adversarial training.