DFFT icon indicating copy to clipboard operation
DFFT copied to clipboard

Results 6 DFFT issues
Sort by recently updated
recently updated
newest added

> ![38a7b4dc37061a560d5e45868d96820](https://user-images.githubusercontent.com/68224838/210079722-35ed4181-7fc7-4eea-a990-afebecb1e1ec.png)

First of all, thanks for the publication of your code! Great paper by the way. In the paper you say that the difference between global ca block and group ca...

Which code do you use for model training on the ImageNet? Is the original code in swin-transformer? Thanks.

I want to contrast the log of training. like this: {"mode": "train", "epoch": 1, "iter": 50, "lr": 1e-05, "memory": 9810, "data_time": 1.92951, "loss_cls": 1.27158, "loss_bbox": 0.86464, "loss": 2.13622, "time": 2.63489}...

load checkpoint `**DFFT_medium_pretrained.pth**` , have this issue: ModuleNotFoundError: No module named 'yacs' load checkpoint `**dfft_medium_3x.pth**` , have this issue: KeyError: 'backbone.layers.0.blocks.0.attn.relative_position_bias_table'