Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the parameters of drop_path_rate #12

Open
go-ahead-maker opened this issue Jul 14, 2022 · 1 comment
Open

About the parameters of drop_path_rate #12

go-ahead-maker opened this issue Jul 14, 2022 · 1 comment

Comments

@go-ahead-maker
Copy link

@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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants