polarisZhao / PFLD-pytorch

PFLD pytorch Implementation
798 stars 197 forks source link

Should be x3 = x3.view(x3.size(0), -1) or it is deliberately written like this #42

Closed DanielXu123 closed 3 years ago

DanielXu123 commented 3 years ago

https://github.com/polarisZhao/PFLD-pytorch/blob/a98635bc40b2b6fc443b44858efb7d5d51c81695/models/pfld.py#L128