mila-iqia / cookiecutter-pyml

MIT License
19 stars 7 forks source link

Add support for keras and Pytorch Lighning #12

Closed mirkobronzi closed 3 years ago

mirkobronzi commented 4 years ago

Add support for pytorch lightning and keras. (so, in short, replacing the train loop with these more high-level API)

Also, it switched from travis to github actions.

mirkobronzi commented 3 years ago

Still to do:

plstcharles commented 3 years ago

Mirko and I discussed the PR and the remaining changes earlier today, and came up with a list of TODOs for PyTorch-Lightning:

I've got a side-project in the works that might go through some of these issues in the future, so we'll update the branch if possible!

mirkobronzi commented 3 years ago

Hi @plstcharles - I fixed most of the issues above and opened the PR for review. Let me know what you think..

plstcharles commented 3 years ago

I recently opened a PR for this branch (#22) that should fix the remaining issues and make this a gogogo-green!