mltu
mltu copied to clipboard
Fixed checking length for symbolic tensor + make Model2onnx agnostic to the type of model
Hmm, everything look great, except that you removed try except, I am not sure if I am happy with this part
The problem with this try/except is that it just hides the problem, instead of failing and having the user handle this exception and decide what to do, it just prints the exception and continues. If something goes wrong - it should be handled by the user.
sounds logic, I'll check it, I planned to refactor this package to be compatible with latest tensorflow version