JingyunLiang / SwinIR

SwinIR: Image Restoration Using Swin Transformer (official repository)

Home Page:https://arxiv.org/abs/2108.10257

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About #Params and #Mult-Adds

junseokoh1 opened this issue · comments

I'm try to calculate #params and #mult-adds with lightweight image SR model.
But my result is different from Table3.
I used thop libray (https://github.com/Lyken17/pytorch-OpCounter) and ptflops(https://github.com/sovrasov/flops-counter.pytorch/blob/7fe7d260bbdde12525c9bf109599683f5313a9a1/ptflops/flops_counter.py) library.
Can you tell me which libray did this paper used to calucualte #params and # mult-adds?