normalizing-flows icon indicating copy to clipboard operation
normalizing-flows copied to clipboard

Neural Spline Flow, RealNVP, Autoregressive Flow, 1x1Conv in PyTorch.

Results 1 normalizing-flows issues
Sort by recently updated
recently updated
newest added

I added GPU support for all forward/inverse passes of the flows that support it and NormalizingFlowModel. The tensors are moved to the same device as the input tensor (so wherever...