Fabio Zappardino
Fabio Zappardino
https://github.com/microsoft/Swin-Transformer/blob/main/optimizer.py#:~:text=def%20set_weight_decay(model,no_decay%2C%20%27weight_decay%27%3A%200.%7D%5D, in this code snippet you set some layers weight decay to zero. Is there any reason why you do this? Does it has a high impact on training results?...
HI @PeterL1n and thank you for this amazing repo I tried your models and results are great, so thank you so much for sharing the code! I would like to...
Hi @layumi and thank you for sharing your code in a very effective way! This is my first time approaching person re-identification so forgive me if I'm referring to concepts...
Hi thank you really much for your work on this Pytorch version! I would like to run the code on a single external image/video. Does your code provide a demo...
Hi, thank you for your work! Did you conduct any kind of Inference Runtime Analysis?