Refinements to key live script demo - #91
Conversation
Apply suggested changes by Dev design reviewer wrt the importNetworkFromTensorFlow code section
Used to avoid warning message due to disallowed hyphen in current model zoo filenames
Was accidentally committed to parent folder of examples\ at prior iteration
|
Thanks @vijayiyer05 — and thanks to @meghendra for the review feedback baked in I like the direction, particularly the move to plain-text Live Code. Being able A few things I'd like to settle before it comes out of draft — mostly so we know
No rush on any of it — happy to review properly whenever you mark it ready. |
Converted the key demo live script (
tiny_ophys_inference_detailed) to plain-text Live Code format.Applied suggested small refinements from a short design review by Deep Learning Toolbox team. Thanks to @meghendra.
Notable learning from the review: the current approach of porting Keras models to TensorFlow (done in
+interop) may not be needed for future zoo models published by originator in Keras, given the new importNetworkFromKeras function which supports TensorFlow 2.16+.