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
After reading your paper and code, some questions confused me. I would be very appreciate if someone can explain my question.
First, it was argued swin-T is used in this paper, but actually, in your model definition code, it seems to be swin-L.
Second, your evaluation code calculates top-5 in function _average_top_k_result(eval.py),using all output of modules, such as select, drop, FPN layers, combiner, original output, and cat those output to get the final metrics, is this reasonable?
Thirdly, the highest-5 acc in your code are not equal to any layer, printed as this picture. So, what is the meaning of highest 1-5? And how to get them?
The text was updated successfully, but these errors were encountered:
Hello, I have read the code of this PIM program and there is a part that confuses me. The author seems reluctant to answer questions. I wonder if you could help me with it? In the paper, the author used four types of errors for classification training, but it seems that only the selected points were used for prediction through graph convolution in the end. I'm not sure if my understanding is correct. If it is, why use four types of errors for training instead of just using the error generated by the prediction of graph convolution?
After reading your paper and code, some questions confused me. I would be very appreciate if someone can explain my question.
First, it was argued swin-T is used in this paper, but actually, in your model definition code, it seems to be swin-L.
Second, your evaluation code calculates top-5 in function
_average_top_k_result
(eval.py),using all output of modules, such asselect
,drop
,FPN layers
,combiner
,original output
, andcat
those output to get the final metrics, is this reasonable?Thirdly, the highest-5
acc
in your code are not equal to any layer, printed as this picture. So, what is the meaning of highest 1-5? And how to get them?The text was updated successfully, but these errors were encountered: