Commit Graph

2 Commits

Author SHA1 Message Date
lxcxjxhx 2a066be892 fix: replace bare except with except Exception
Bare except clauses catch all exceptions including SystemExit and
KeyboardInterrupt. Replace with except Exception in image validation
functions (tfcv.py, pytorchcv.py) for ConvNets and TransferLearning.
2026-07-29 21:58:39 +08:00
Jen Looper 9277c42b5d rearranging repo entirely 2022-04-29 17:42:50 -04:00