Skip to content

rbaliarizona/ECCTFaultTolerence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fault Tolerance Testing of Transformer-Based Error Correction Models

Overview

This project examines the fault tolerance of transformer-based error correction models, focusing on noise introduced during and due to syndrome processing. It builds on the transformer architecture proposed in Accelerating Error Correction Code Transformers.

This is part of the final project for ECE 537: Coding and Information Theory, Fall 2024, taught by Dr. Bane Vasic and Dr. Asit Kumar Pradhan Course Link.

Key Resources

  • Overleaf Document: Contains the project writeup and current analysis. Access here.

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/project-repo.git
    cd project-repo
  2. Install dependencies:
    If you haven’t already, install the required libraries:

    pip install -r requirements.txt

Training a decoder

Use the following command to train a 6 layers AECCT of dimension 128 on the LDPC(49,24) code:

python main.py --code LDPC_N49_K24 --N_dec 6 --d_model 128

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages