News

Toy 2D Regression To train regularized and unregularized Glow models on the toy 2D regression task, run the following commands from inside the toy-2d-regression folder: python toy_2d_regression.py ...
For development, we used Python 3.8.5 and PyTorch 1.8. First, install PyTorch and torchvision using the official page and then run the following command to install the requited packages: pip install ...
Python allows free creation of plots, unlike expensive, stagnant graphing calculators. Import NumPy and Matplotlib for basic linear and polynomial plots in Python. Seaborn lets you make ...