microsoft / onnxruntime-training-examples

Examples for using ONNX Runtime for model training.
MIT License
301 stars 60 forks source link

Restructure the on-device training examples #137

Closed baijumeswani closed 1 year ago

baijumeswani commented 1 year ago

This pull request restructures the on-device training examples such that the examples are now grouped by the platform and language the example tries to demonstrate.

This pull request also removes the CIFAR10 android app since the introduction of the transfer-learning android app makes this older app unnecessary.