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

[Experimental / WIP] Generate a miniscule model for each OP only, retain the results of test inference, and propagate to all OPs. STEP.3 #191

Closed
wants to merge 12 commits into from

Conversation

PINTO0309
Copy link
Owner

@PINTO0309 PINTO0309 commented Feb 15, 2023

1. Content and background

  • [Experimental / WIP] Generate a miniscule model for each OP only, retain the results of test inference, and propagate to all OPs. STEP.3
    • Third step
      • Add a process to perform the calculation of the maximum absolute error on the inference results of all OPs.
    • Fourth step - Will be separated into separate pull requests
      • Implement propagation of inference results for all operations other than the above.
    • Fifth step - Will be separated into separate pull requests
      • Instead of a processing format for inferring TensorFlow models, primitive operations are replaced with Numpy operations to make the process as fast as possible.
    • Sixth step - Will be separated into separate pull requests

2. Summary of corrections

3. Before/After (If there is an operating log that can be used as a reference)

4. Issue number (only if there is a related issue)

@PINTO0309 PINTO0309 added the Propagate Propagate label Feb 15, 2023
@PINTO0309 PINTO0309 marked this pull request as draft February 15, 2023 15:18
@PINTO0309 PINTO0309 added the TODO TODO label Feb 26, 2023
Repository owner deleted a comment from github-actions bot Feb 26, 2023
@PINTO0309 PINTO0309 closed this Mar 23, 2023
@PINTO0309 PINTO0309 deleted the imp_pre_pred branch March 23, 2023 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Propagate Propagate TODO TODO
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant