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
Thank you for publishing your code. I saw the DeiT ablation in your paper. Is there a chance you could also provide code to reproduce that? If you'd prefer to contact me in private, my email is [email protected]
Thanks again!
The text was updated successfully, but these errors were encountered:
You can just use the following block to replace pyramid block strcuture
self.block = nn.ModuleList([SoftmaxFreeTransformerBlock(
dim=embed_dim, num_heads=num_head, drop_path=dpr[i], ratio=sr_ratios[0], conv_size=9,
max_iter=newton_max_iter, kernel_method=kernel_method)
for i in range(depths)])
and use the average pooling before classification head
or, you can
Thank you for publishing your code. I saw the DeiT ablation in your paper. Is there a chance you could also provide code to reproduce that? If you'd prefer to contact me in private, my email is [email protected]
Thanks again!
The text was updated successfully, but these errors were encountered: