sxdyyds
Results
4
issues of
sxdyyds
请问作者可以提供训练好的模型吗?
1. Thanks to the authors for their outstanding work, may I ask where to download the TMA dataset [28] from?
如题,请问作者如何计算#Mult-Adds? #Params的计算与论文中相同。 但FLOPs我使用from fvcore.nn import FlopCountAnalysis计算的值与论文中不一致。 MAN-tiny-x4的Params为150K,FLOPs/MACs为134G。 使用from torchsummaryX import summary计算的Mult-Adds为43.97G。 请问原因以及您使用的计算方式? 感谢!