google-research

Форк
0

README.md

Introduction

Tensorflow implementation of Teaching with Fairness project

Requirements

  1. Python 3.6
  2. TensorFlow 1.14.0
  3. scikit-image

Usage

Part 1: Download the dataset from google drive

Google Drive

Part 2: Train and test with the following code in different folder.

# train and generate fake images with GAN
cd gan
python train.py
python generate.py
# train the teacher and student model with RL
cd rl
python train.py
python restore.py
# compare with the baseline
cd baseline
python all_real.py #train with all real data
python all_fake.py #train with all fake data
python random.py #train with random combination of real and fake data
python balance.py #train with balanced combination of real and fake data

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.