Releases: wkirgsn/thermal-nn
Releases · wkirgsn/thermal-nn
v0.1.2: MATLAB implementation added
This repo contains a self-sufficient MATLAB implementation of the TNN now.
Through a .m-runner file the necessary data set can be downloaded from Mathworks automatically, as an alternative to the existing Kaggle file. An export of trained TNN models to Simulink is implemented as well.
Read the MATLAB Readme for details.
Big shoutout to @cstockha87 from MathWorks and to the Schaeffler group for this contribution!
v0.1.1: Model save and load demo
Add a demo for model saving and loading in the notebooks for TNN (pytorch and tensorflow).
Remove redundant tf2 notebook.
v0.1.0
What's Changed
- Rename pytorch and tensorflow jupyter notebooks, streamline execution and usage
- Drop tf2utils folder entirely in favor of minimal example tensorflow jupyter notebook, in the same style as the pytorch juypter notebook
- Fix renaming of tf2utils by @reserschnell in #2
New Contributors
- @reserschnell made their first contribution in #2