In the tutorials/mnist directory, we provide training code for MNIST that closely follows the implementation described in the paper, intended for tutorial purposes. This tutorial includes the core implementations of
To run TwinFlow training:
cd tutorials/mnist
python main.py --using_twinflow --save_dir ./outputs/twinflowTo run training without
cd tutorials/mnist
python main.py --save_dir ./outputs/rcgm| TwinFlow training on MNIST (1-NFE) | RCGM (without TwinFlow) training on MNIST (1-NFE) |
|---|---|
![]() |
![]() |

