youngwanLEE / MPViT

[CVPR 2022] MPViT:Multi-Path Vision Transformer for Dense Prediction
https://arxiv.org/abs/2112.11010
Other
364 stars 40 forks source link

About the parameters of drop_path_rate #12

Open go-ahead-maker opened 2 years ago

go-ahead-maker commented 2 years ago

@youngwanLEE Hi, I have a question about the drop_path_rate used for small and base models: When I provide the parameter of drop_path, e.g., 0.1, and run the code from your repo, I received a warning from the FVCore library:

"The following submodules of the model were never called during the trace of the graph. They may be unused, or they were accessed by direct calls to .forward() or via other python methods. In the latter case they will have zeros for statistics, though their statistics will still contribute to their parent calling module. mhca_stages.1.mhca_blks.0.MHCA_layers.0.drop_path ....."

Does this indicate that drop_path is not being used?

1787648106 commented 1 year ago

代码中好像是没用drop_path,概率设置为0了我记得