Results 63 issues of Aleksei Zinovev

- [ ] formats - [ ] path to model - [ ] ONNX/TF version - [ ] domain - [ ] source - [ ] script to convert/update

documentation

Motivation: a lot of models has a very early opset version as 8-11, need to convert from scratch or convert via ONNX

Add some tests that fixed the existent behavior and output result for some main ONNX models on the popular images It should be run for both runtimes (for Android and...

testing

to provide full reference and compiled examples to the user

documentation

Now the exported weights and model are really huge, compress them to the parquet and gzip it to make it smaller, for example, to be easier with the exporting models...

enhancement
research

Currently, it's not possible to export/import models based on ONNX back-end and trained with Tensorflow from the given [example](https://github.com/Kotlin/kotlindl/blob/master/examples/src/main/kotlin/examples/onnx/cv/onnxAdditionalTraining.kt) Related to the #526

enhancement
research

- [x] How to create Tensor and populate with data - [ ] How to copy to/from tensor - [ ] Cover basic operations on one or two tensors -...