Repository containing an implementation of a b-GAN and relative stability tests. Developed as project for the MALCOM course at EURECOM
After cloning the project, open it with PyCharm. Then, navigate to the project folder and run the following commands to create a virtual environment for all the packages required.
python3 -m venv .env
source .env/bin/activate
Finally, install all requirements
pip install -r requirements.txt