Skip to content

Releases: wkirgsn/thermal-nn

v0.1.2: MATLAB implementation added

15 Jul 06:30
8517a16
Compare
Choose a tag to compare

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

26 May 10:37
Compare
Choose a tag to compare

Add a demo for model saving and loading in the notebooks for TNN (pytorch and tensorflow).
Remove redundant tf2 notebook.

v0.1.0

06 Mar 20:42
Compare
Choose a tag to compare

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