Hi, thanks for your great work on this project!
I have a question regarding the use of neural networks with a large number of parameters in OpenModelica.
I modified the provided Dense layer so that it can directly read weights and biases from a .mat file (instead of manually pasting parameters into the model because it is not possible to paste all parameters into the parameter field in OpenModelica due to size limitations). The implementation works correctly for small networks.
However, when I try using a neural network with more than ~1000 parameters, I encounter two issues:
When the number of parameters becomes large, the simulation does not start.
As soon as I press Simulate, OpenModelica freezes and never proceeds to the simulation stage.
So I’d like to ask:
- Have you ever tested your NN implementation with networks containing more than 1000 parameters?
- Are there known limitations in OpenModelica regarding large NN structures?
Any guidance would be greatly appreciated. Thank you!
Hi, thanks for your great work on this project!
I have a question regarding the use of neural networks with a large number of parameters in OpenModelica.
I modified the provided Dense layer so that it can directly read weights and biases from a .mat file (instead of manually pasting parameters into the model because it is not possible to paste all parameters into the parameter field in OpenModelica due to size limitations). The implementation works correctly for small networks.
However, when I try using a neural network with more than ~1000 parameters, I encounter two issues:
When the number of parameters becomes large, the simulation does not start.
As soon as I press Simulate, OpenModelica freezes and never proceeds to the simulation stage.
So I’d like to ask:
Any guidance would be greatly appreciated. Thank you!