一、在BasicIRSTD中的计算
这个函数不会用于训练中,只会在测试中进行使用
并且这种只初始化时reset一次,其余时候全程累加
class PD_FA():
def __init__(self,):
supe
2024-11-06