We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's support Concat operation for training.
The InceptionV3 model from TensorFlow applications has Concanation operation. However, onert does not support training this operation.
from : #13829
The text was updated successfully, but these errors were encountered:
Error message is : Concat operation is not trainable yet
Concat operation is not trainable yet
Sorry, something went wrong.
Thanks for your help! I added GoodFirstIssue to get the newcomer's help.
GoodFirstIssue
For newcomer who interested in this issue.
one_rt
train
InceptionV3
Concat
MaxPool
Mean
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: