Skip to content

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

Notifications You must be signed in to change notification settings

nomnomnonono/FFVAE

Repository files navigation

FFVAE: Flexibly Fair Representation Learning by Disentanglement

In progress...

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

実行環境

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

  • Dockerイメージの作成
$ make build
  • Dockerコンテナ起動
$ make up
  • Dockerコンテナに入る
$ make exec

実行方法

$ python main.py -c config/celeba.yaml

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published