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

[Refactoring] Shared configuration within frontend parser, graph/ops lower and backend #121

Open
dboyliao opened this issue Sep 18, 2020 · 0 comments
Assignees

Comments

@dboyliao
Copy link
Member

Shared configuration such as padding and activation.
ex:
TF 1.x pb file: padding is raw string such as 'VALID', 'SAME', ...etc
TF 2.x tflite file: padding is int index such as '0' ('UNKNOWN'), '1' ('VALID'), ...etc

Need a better way to share such configurations

@dboyliao dboyliao self-assigned this Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant