XiangkunYe / Tensorflow-Application-Generator

4 stars 4 forks source link

No error handling #5

Open zorzonp opened 5 years ago

zorzonp commented 5 years ago

Error handling seems to be completely missing, except Image classification.py. Only one procedure has an exception handler in this file. Every other Python file does not use exception handling. It is unclear what would happen if an unknown edge case came up.