GitXplorerGitXplorer
a

eurecom-bgan

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
9cb93589276630073e0d650c32c1ed9b52caf4b2

Merge pull request #1 from akatief/develop

aakatief committed 2 years ago
Unverified
1d54d41e6e38f1391980d6193cb71af4c436b867

feat : cifar10 and code refactor

ffra-cap committed 3 years ago
Unverified
f9d5ad16b66f4df795dad88ac08470c79f53d25a

fix : error message

ffra-cap committed 3 years ago
Unverified
9747a68437313d767ba712410af624bd267731f4

feat : add cifar10 dataloader

ffra-cap committed 3 years ago
Unverified
6d69774704e52361c269f8dcaa5c0ac38d10a026

fix: .gitignore

ffra-cap committed 3 years ago
Unverified
6123e9576b641680997dda7fd5033ab4fe7494b6

Fix

22Falx committed 3 years ago

README

The README file for this repository.

eurecom-bgan

Repository containing an implementation of a b-GAN and relative stability tests. Developed as project for the MALCOM course at EURECOM

Setup

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