kotlindl
kotlindl copied to clipboard
Add support for export/import ONNX + TF mixed model
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)
Link to example is broken.
Fixed a link
NOTE: ONNX Java API has no support for saving model on disk