-
Notifications
You must be signed in to change notification settings - Fork 86
How to quantize document #955
How to quantize document #955
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@oatawa1
Thank you!!
- Quantizer is not converter only stuff. How about to create new section
Quantize
. - Please check your equations can be show correctly on the preview.
https://deploy-preview-955--blueoil.netlify.com/converter/quantize.html
c466ff1
to
0704c07
Compare
…ized network template
24be7d6
to
8ca7baf
Compare
bba7949
to
d345dac
Compare
- Remove `quantize.rst` -> `weight_quantization.rst`, activation_quantization.rst`, `quantization_template.rst`
@iizukak I changed this PR to ready to review. Could you review this? |
docs/quantize/quantize_example.py
Outdated
@@ -0,0 +1,104 @@ | |||
from functools import partial |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Umm, Sorry, This file may should put under the blueoil/networks/
directory.
And it's good to separate to 2 PRs.
- Example code PR.
- Documentation PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add base FooNetwork to Example code (This will be moved out later)
@oatawa1 |
@iizukak Thank you for the suggestion, I added the graph structure image. |
@oatawa1 Can you remote WIP now? |
@iizukak I'm sorry I don't understand what you mean? I'm working on this PR now and test on the server. |
@oatawa1 |
@iizukak Understood. I will notify you again when this PR is ready. |
@oatawa1 I see 😄 |
…le.py and revise the documents.
This PR needs Approvals as follows.
Please choose reviewers and requet reviews! Click to see how to approve each reviewsYou can approve this PR by triggered comments as follows.
See all trigger commentsPlease replace [Target] to review target
|
@iizukak I removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ownership Approval
@iizukak Thanks. |
/ready |
⏳Merge job is queued... |
What this patch does to fix the issue.
Create a quantize document
Require #954 to make equation render correctly
Link to any relevant issues or pull requests.
Close #931
TO DO
Overall
Ops