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
@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?
The text was updated successfully, but these errors were encountered:
@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?
The text was updated successfully, but these errors were encountered: