nnstreamer / nntrainer

NNtrainer is Software Framework for Training Neural Network Models on Devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TF Lite Export] Layer's Props Inconsistency issue

DonghakPark opened this issue · comments

[TF Lite Export] Layer's Props Inconsistency issue

The current Node_exporter uses a template based on props information for exportable layers.

Therefore, when props are added or deleted on the Layer Node, it cannot be recognized as that node.

To prevent this problem, it is necessary to apply a unit test that always checks that the two layers have the same shape.

  • Update and Monitoring Layer's props
  • Make Unit Test as NN model to prevent fail to export

:octocat: cibot: Thank you for posting issue #2371. The person in charge will reply soon.