gmihaila / ml_things

This is where I put things I find useful that speed up my work with Machine Learning. Ever looked in your old projects to reuse those cool functions you created before? Well, this repo is designed to be a Python Library of functions I created in my previous project that can be reused. I also share some Notebooks Tutorials and Python Code Snippets.
https://gmihaila.github.io
Apache License 2.0
245 stars 61 forks source link

Fix calling function name #17

Closed viajiefan closed 2 years ago

viajiefan commented 2 years ago

thank you for the nice tutorial! I think that both the optimizer and scheduler specified in the train function need "_" at the end of the function name.