kotlindl icon indicating copy to clipboard operation
kotlindl copied to clipboard

Add support for export/import ONNX + TF mixed model

Open zaleslaw opened this issue 3 years ago • 3 comments

Currently, KotlinDL has no built-in support for export/import of the models after transfer-learning (when the ONNX model is used as a preprocessing layer and we update weights of the topModel only like in the following example)

zaleslaw avatar Dec 15 '21 15:12 zaleslaw

Link to example is broken.

kokorins avatar Jan 22 '22 01:01 kokorins

Fixed a link

zaleslaw avatar Feb 17 '22 07:02 zaleslaw

NOTE: ONNX Java API has no support for saving model on disk

zaleslaw avatar Feb 17 '22 08:02 zaleslaw