SciML / ModelingToolkitNeuralNets.jl

Symbolic-Numeric Universal Differential Equations for Automating Scientific Machine Learning (SciML)
MIT License
18 stars 1 forks source link

Missing name in NueralNetworkBlock #24

Closed ChrisRackauckas closed 3 months ago

ChrisRackauckas commented 3 months ago

This needs to be corrected in the tutorial as well, it needs to use @named in its instantiation in order to correctly name the block. Right now it's always named ude_comp which will lead to subtle bugs.