ModECI / MDF

This repository contains the source for the MDF specification and Python API
https://mdf.readthedocs.io
Apache License 2.0
37 stars 70 forks source link

Example for testing with Keras->MDF conversion: 3D convolutional neural network #474

Open pgleeson opened 11 months ago

pgleeson commented 11 months ago

https://keras.io/examples/vision/3D_image_classification/#define-a-3d-convolutional-neural-network

@Onoyiza This is the example we discussed yesterday. Will probably need some additional onnx operators used

Onoyiza commented 11 months ago

Ok @pgleeson, thank you.