yandexdataschool / Practical_DL

DL course co-developed by YSDA, HSE and Skoltech
MIT License
1.57k stars 641 forks source link

Fixed denoising task #56

Closed bpleshakov closed 4 years ago

bpleshakov commented 4 years ago
  1. Remove train_noise function.
  2. Generalized train function. 2.1. It can use noise, generated for each batch independently. 2.2. It can take optim defined outside training function (useful for additional training) 2.3. Fixed train score. 2.4. Added validation score.
  3. Improved batch_loss interface which takes now feed-forward batch and reference batch.
  4. Some minor bugs fixed.
review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.