You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the source code for my paper on masked face segmentation. Utilizing PyTorch, we developed a deep learning segmentation network to accurately identify mask regions on faces.
A PyTorch implementation of Energy-Based Models (EBMs) leveraging Langevin dynamics for generative modeling on the MNIST dataset. This project explores learning a joint distribution of data and labels by minimizing an energy function, allowing for both discriminative classification and synthetic image generation.