ch-control
Results
1
issues of
ch-control
Protonet
2
你好,我在Protonet网络中计算距离矩阵时乘以了0.01,发现训练准确率提升了,请问这个是正常的吗?还是说最终的准确率与距离的数量级也有关系。 "euclidean": lambda x, y: -0.01*torch.sum( torch.pow(x.unsqueeze(2) - y.unsqueeze(1), 2), dim=3,