chaiyujin / glow-pytorch

pytorch implementation of openai paper "Glow: Generative Flow with Invertible 1×1 Convolutions"
MIT License
505 stars 79 forks source link

about "cross" split #17

Closed feiyunzhang closed 4 years ago

feiyunzhang commented 4 years ago

hi why you use "cross" split instead of original split in https://github.com/chaiyujin/glow-pytorch/blob/487a6b149295f4ec4b36e408f63604c593ff2031/glow/modules.py#L302