stevenygd / PointFlow

PointFlow : 3D Point Cloud Generation with Continuous Normalizing Flows
https://www.guandaoyang.com/PointFlow/
MIT License
720 stars 101 forks source link

Typo in flow model building ? #5

Closed dawood95 closed 4 years ago

dawood95 commented 4 years ago

https://github.com/stevenygd/PointFlow/blob/372215d42797ca062127f4bc4348d882136287b5/models/flow.py#L66

Should this be build_cnf?

stevenygd commented 4 years ago

Hi, thanks for being interested in our codebase! I think the line you are referring to is trying to create the batch normalization layers, so it seemed correct to me. Any particular reason you think this should be build_cnf?

dawood95 commented 4 years ago

Nevermind, my bad. I misread line 69. Thanks for the quick reply!