Feifei
Results
2
issues of
Feifei
I have some doubts while reading the code. hope you can answer In train.py line 270 ` fnorm = torch.norm(ff, p=2, dim=1, keepdim=True) ff = ff.div(fnorm.expand_as(ff)) ` In test.py `...