finest resolution #558
Answered
by
Tom94
Tungway1990
asked this question in
Q&A
finest resolution
#558
-
Hi, One quick question, from the paper table 1 I can find May I know the corresponding parameter for Finest resolution? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
Tom94
May 2, 2022
Replies: 1 comment
-
Our configs have an entry for
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tungway1990
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our configs have an entry for
b
(calledper_level_scale
) instead ofNmax
.b
is set programmatically intestbed.cu
: it's derived fromNmax
(calleddesired_resolution
in the code) as per equation 3 of the paper.