[MPQEditor] Create or edit mixed precision quantization json file.#1505
[MPQEditor] Create or edit mixed precision quantization json file.#1505stamalakhov wants to merge 1 commit intoSamsung:mainfrom
Conversation
3702a75 to
ea65d9e
Compare
There was a problem hiding this comment.
why is this mode added?
what is visqselr? this word is hard to read.
There was a problem hiding this comment.
why is this mode added?
new mode is intended to provide .visq colormap, as well as selector capabilities to provide a user handy selection of nodes.
what is
visqselr? this word is hard to read.
Yes. The name is hard to read, i'll gladly change it with any other more fortunate name.
There was a problem hiding this comment.
only put this line as there is no other change
There was a problem hiding this comment.
only put this line as there is no other change
Sorry. I don't quite get it. Current implementation assumes that we can change html _mode to another mode, so these lines are intended to provide full enumeration of viewMode, but for now only visqselr is enough.
There was a problem hiding this comment.
but for now only visqselr is enough.
this is the point. check only for visqselr. setting to other modes are never called.
There was a problem hiding this comment.
Ahhh. Thank you. Ok.
|
Q) How visq info is created? Is it assumed to be generated before? If so, it would be better to give instruction on how to make visq info (e.g., making a small question mark icon near the "Load visq info" button). BTW, is it possible to create visq info in ONE-vscode? (optional) I think it is better to show the model graph by default when the tab is first created. I guess most users will want to select layers in the graph with visq info. |
Yes, for this draft it was generated before.
ok.
I'll investigate it.
Ok. I'll be back with reworked draft. |
b87a618 to
a9ebb2d
Compare
I've tried to introduce visq data computation into MPQEditor and it occured to be heavy: IMHO for |
a9ebb2d to
36471ce
Compare
|
@jinevening @seanshpark |
|
Thanks for video attach at #1505 (comment) :) Q1) what happens if wrong json (not visq info content) is selected in visq info ?
|
There was a problem hiding this comment.
AFAIK, it's rather safer to use vscode.workspace.fs.readFile instead of fs.readFileSync. Related issue: #746
There was a problem hiding this comment.
Ok. Thank you. I didn't know that.
There was a problem hiding this comment.
Q. Is it fine with this.update() being commented out?
There was a problem hiding this comment.
Ah... Sorry. I'll remove that.
There was a problem hiding this comment.
Could it be removed, if it's not used?
There was a problem hiding this comment.
Ahhh.. Sorry. These lines will be removed.
There was a problem hiding this comment.
please refine this image. do not use red color for text. use smaller size for explanation.
There was a problem hiding this comment.
Add "Default Parameters" in GUI not in this image.
There was a problem hiding this comment.
Ahhh... Sorry. I'll fix it.







This commit allows to create or edit mixed precision quantization json file.
To use the tool the following actions are suggested:
Related: #1491
ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov s.malakhov@partner.samsung.com