Samsung / ONE

On-device Neural Engine
Other
412 stars 144 forks source link

[onert][tools/onert_train] Use num_of_trainable_ops #13276

Closed mbencer closed 1 week ago

mbencer commented 2 weeks ago

This commit change way of indicating trainable operations. In the previous version it was an array with indexes of operations. Currently it is a number of operations to be trained from the back. The change has an infuence on onert_train and test model generation.

ONE-DCO-1.0-Signed-off-by: Mateusz Bencer m.bencer@partner.samsung.com

Issue: https://github.com/Samsung/ONE/issues/13140