Skip to content
/ FCT Public
forked from kingo233/FCT-Pytorch

pytorch implementation for The Fully Convolutional Transformer(FCT)

Notifications You must be signed in to change notification settings

msskzx/FCT

 
 

Repository files navigation

FCT Bias Audit on ACDC

This project aims to perform a bias audit on the FCT model for different BMI and Age groups on the ACDC dataset.

ACDC Dataset

Automated Cardiac Diagnosis Challenge Dataset available here.

Visualizations, analysis were performed to get a better understanding of the dataset.

FCT Model

The Fully Convolutional Transformer (FCT) proposed by this paper is used in this project. The model is trained on the ACDC dataset using the PyTorch code variant available here.

Trained the model for 120 epochs which took around 3 hours on a NVIDIA Tesla T4 GPU. Then, the model was saved for further analysis and auditing. Model is available here.

Bias Audit for BMI

The FCT model was evaluated on the test set of 50 patients. Analysis will follow soon.

Training

  1. Get ACDC dataset and delete .md file in your ACDC dataset folder
  2. use python main.py to start training

About

pytorch implementation for The Fully Convolutional Transformer(FCT)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.2%
  • Python 1.8%