Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.21 KB

CFRnet Reproduction

For the completion of Deep Learning CS4240 - University of Technology Delft.

Original paper at proceedings.mlr.press

A blog describing the goal of this repository can be found here.

This repository was originally hosted on GitLab. You can find the entire history of this project on our GitLab repository.

The used data are the IHDP-1000 and Jobs datasets. These can be retrieved via https://www.fredjo.com/.

Contributors

This project has been created by

Usage

Install all requirements with

pip install requirements.txt

Training the CFRnet can then be done by running

python cfrnet/main.py

An output folder with the results will be created. This folder and all other configuration parameters can be specified in cfrnet/config.py.