NTNU-IHB / PythonFMU

A lightweight framework that enables the packaging of Python3.x code as co-simulation FMUs
MIT License
136 stars 38 forks source link

Machine learning example cannot be built without TensorFlow in environment #177

Closed msteinsto closed 1 year ago

msteinsto commented 1 year ago

The current machine learning example cannot be built unless TensorFlow is available in the Python environment. Other examples do not require packages to be installed before building.

There is also room for imporvement in regards to user feedback if either the model cannot be loaded from directory or TensorFlow is not available in the environment when initializing the model.