tonyduan / normalizing-flows

Neural Spline Flow, RealNVP, Autoregressive Flow, 1x1Conv in PyTorch.
MIT License
271 stars 38 forks source link

change API name from 'backward' to 'inverse' #1

Closed avati closed 4 years ago

avati commented 4 years ago

The API name 'backward' is used by pytorch for backpropagation, and can be confusing.