xrg-simulation / SMArtIInt

Simple Modelica Artificial Intelligence Interface
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Dymola and python results do not match exactly #3

Open weberscode opened 1 year ago

weberscode commented 1 year ago

Hei Mr. Flesch and all the development team of SMARTIINT,

vergleich_dyn_pyth

We compared the direct model output within visual studio with the out from dymola. This results in a difference. Where could the problem be?

Is it due to the tflite export? Within visual studio we use the tensorflow model. Or should we use an other input framework within dymola?

Kind regards Simon

RMFlesch commented 1 year ago

Hello Simon,

it could be due to the tflite export. To check that you could do a comparison of the original TF model and the TFlite model on the python side.

Regards Robert