Skip to content

Code repository for "CRISP: Curriculum based Sequential neural decoders for Polar code family" - ICML 2023

Notifications You must be signed in to change notification settings

hebbarashwin/neural_polar_decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a975c6c · May 15, 2023

History

30 Commits
May 15, 2023
May 15, 2023
Aug 2, 2022
Aug 2, 2022
May 25, 2022
May 22, 2022
Aug 2, 2022
May 25, 2022
May 25, 2022
May 25, 2022
May 25, 2022
May 25, 2022
Jun 27, 2022
May 25, 2022
May 22, 2022

Repository files navigation

CRISP: Curriculum based Sequential neural decoders for Polar code family

This repository contains code used to run experiments in the above paper.

For running the CRISP model

The bash files run_crisp.sh trains using the best curricula and GRUs. By default we use the hyperparameters that gave us decent performance for a reasonable training time. They may be changed inside the file.

For running alternate models

The bash files run_alt.sh trains using the best curricula and CNNs. Other models can be trained by changing the --model option (can choose between conv(CNNs), gpt(GPT), encoder(BERT)). By default we use the hyperparameters that gave us decent performance for a reasonable training time. They may be changed inside the file. The curriculum can be changed with --curriculum option (choose between l2r, r2l, c2n and n2c).

Python requirements

The required Python packages can be installed by using:

pip install -r requirements.txt