This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Analysis utils #2435
Analysis utils #2435
Changes from 22 commits
0a4b7b0
712d982
202593c
8a7a799
362441a
e69e78f
5823276
4a70d79
fc95dd7
a90c35e
1909ff0
2d13dda
0e79624
96cea74
6029603
9beb1e2
6b25ff3
d0bda49
4154cf0
83f0b26
388056c
ccbcc6c
4ce8255
0f70f67
2eac259
810f20e
dcdc736
3b9f4df
a214bb8
6d1a546
3aeb8a2
bf72f3d
caced25
69ea95e
c0e93e5
6d7ea88
e7790a2
b7671da
1b9705b
9d0519e
f563802
a24acd0
91d5f49
33178a2
7cab808
e8d4c31
3351cef
db0ff63
7153bd7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
what is the meaning of "Layer index"?
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.
this index is only used internally, right? not exposed to users? if it is also exposed to users, we should explain it in more detail.
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.
Start and end is the range of the conv layers to be analyzed. For example, if start and end are set to 1 and 10 respectively, then we only analyze the sensitivity of the first ten conv layers of the model. These parameters are for users to analyze the layers in parallel.
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.
how does user know which conv is index 2? my concern is this user interface is not very friendly.
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.
how about we use the conv names to identify the start point and end point?
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.
we can discuss this part in the meeting.
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.
good point, let's discuss in the meeting