ShubhamMishra1611 / MLnode

MLnode is a project that aims to provide a no-code/low-code environment and a platform similar to a node editor for developing numerical mathematics, deep learning models, testing models, and developing deep learning/machine learning pipelines.
0 stars 1 forks source link

updated model registration algorithm for complex architecture #11

Closed ShubhamMishra1611 closed 8 months ago

ShubhamMishra1611 commented 8 months ago

Updated model registration code to handle complex architecture. Now every defined node which is of operation type need to have evalMethod() to be defined.

ShubhamMishra1611 commented 8 months ago

LGTM! Thanks a lot for considering this aspect of the project. I hope to see more from your side.