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
Hi, I have a question about the EM module implementation in the code. In the paper, the EM module is described as having the kernel numbers of 8, 16,16, 16, 16, 8, 3 (in total of 7 layers). But in the code implementation, it only has 6 layers has the kernel numbers of 8,8,16,32,16,8,3, which is different than the description in the original paper. I am wondering is there any specific reason about why choosing the 6 layers implementation in the code instead of the 7 layers described in the paper? Thanks
The text was updated successfully, but these errors were encountered:
Hi, I have a question about the EM module implementation in the code. In the paper, the EM module is described as having the kernel numbers of 8, 16,16, 16, 16, 8, 3 (in total of 7 layers). But in the code implementation, it only has 6 layers has the kernel numbers of 8,8,16,32,16,8,3, which is different than the description in the original paper. I am wondering is there any specific reason about why choosing the 6 layers implementation in the code instead of the 7 layers described in the paper? Thanks
The text was updated successfully, but these errors were encountered: