Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[onert/train] support Concat for training #14216

Open
icodo98 opened this issue Oct 14, 2024 · 3 comments
Open

[onert/train] support Concat for training #14216

icodo98 opened this issue Oct 14, 2024 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@icodo98
Copy link
Contributor

icodo98 commented Oct 14, 2024

what

Let's support Concat operation for training.

why

The InceptionV3 model from TensorFlow applications has Concanation operation. However, onert does not support training this operation.

related

from : #13829

@icodo98 icodo98 added the help wanted Extra attention is needed label Oct 14, 2024
@icodo98
Copy link
Contributor Author

icodo98 commented Oct 14, 2024

Error message is : Concat operation is not trainable yet
image

@zetwhite
Copy link
Contributor

Thanks for your help! I added GoodFirstIssue to get the newcomer's help.

@zetwhite zetwhite added the good first issue Good for newcomers label Oct 14, 2024
@icodo98
Copy link
Contributor Author

icodo98 commented Oct 15, 2024

For newcomer who interested in this issue.

How to reproduce

  1. follow this docs to install one_rt and train
  1. Use InceptionV3 model for training.

Tips

  1. Unlike [onert/train] support AveragePool2D for training #13829 , Concat layer is not implemented yet.
    you may implement it first.
  2. Some PRs you may refer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants