Skip to content

PyTorch implementation of NICE normalization flow paper

Notifications You must be signed in to change notification settings

LazaroHurtado/nice

Repository files navigation

Implementation of the NICE normalization flow paper in modern PyTorch.

Usage

>> python3 -m venv venv
>> pip3 install -r requirements.txt
>> torchrun --nnodes=1 --nproc_per_node=1 --rdzv_endpoint=localhost:12345 main.py

If you want to run on multiple GPUs, you can increase the --nproc_per_node argument.

Log-likelihood loss of about -1.8k should be reached around 200 epochs and divergence should occur for validation loss afterwords.

About

PyTorch implementation of NICE normalization flow paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published