You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked into the paper and codes but was confused about how you encode "reorder" schedule in the space. I have some questions.
In the codes I found reorder_space = generate_reorder_space(groups) and groups = 3 by default
Shall I change groups equal to rlevel*slevel?
The configs it generated is just one dimensional, and does not match the description in the paper, i.e.,
“reorder”: 𝑖1, 𝑗1, 𝑖2, 𝑗2, 𝑘1, 𝑖3, 𝑘2, 𝑗3, 𝑘3, 𝑖4, 𝑘4, 𝑗4 in Figure 3
Could you please explain these? Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the amazing work and codes.
I looked into the paper and codes but was confused about how you encode "reorder" schedule in the space. I have some questions.
In the codes I found
reorder_space = generate_reorder_space(groups)
and groups = 3 by defaultShall I change groups equal to rlevel*slevel?
The configs it generated is just one dimensional, and does not match the description in the paper, i.e.,
“reorder”: 𝑖1, 𝑗1, 𝑖2, 𝑗2, 𝑘1, 𝑖3, 𝑘2, 𝑗3, 𝑘3, 𝑖4, 𝑘4, 𝑗4 in Figure 3
Could you please explain these? Thanks.
The text was updated successfully, but these errors were encountered: