An open API service indexing awesome lists of open source software.

https://github.com/nomnomnonono/ffvae

Unofficial implementation of paper "Flexibly Fair Representation Learning by Disentanglement"
https://github.com/nomnomnonono/ffvae

deep-learning fairness fairness-ai fairness-ml machine-learning pytorch responsible-ai trustworthy-ai

Last synced: 6 months ago
JSON representation

Unofficial implementation of paper "Flexibly Fair Representation Learning by Disentanglement"

Awesome Lists containing this project

README

          

# FFVAE: Flexibly Fair Representation Learning by Disentanglement
In progress...

非公式のFFVAE (https://arxiv.org/pdf/1906.02589.pdf) の再現実装です.実装にあたって,[disentangling-vae](https://github.com/YannDubs/disentangling-vae/tree/f0452191bab6d94eba0b4e6a065f74dcfd54ac52)を参考にしています.

## 実行環境
docker-composeを用います.インストールしていない人は公式のドキュメントに従ってインストールしてください.

- Dockerイメージの作成
```bash
$ make build
```
- Dockerコンテナ起動
```bash
$ make up
```
- Dockerコンテナに入る
```bash
$ make exec
```
## 実行方法
```bash
$ python main.py -c config/celeba.yaml
```