Skip to content

recusant7/DCRNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is the Pytorch implementation of "Dilated convolution based CSI Feedback Compression for Massive MIMO"

Requirements

To use this project, you need to ensure the following requirements are installed.

  • Python >= 3.6
  • Pytorch == 3.7
  • tqdm
  • colorama

Dataset

The used COST2100 dataset can be found in the paper of CsiNet+ and the corresponding GoogDrive.

Train

python main.py --gpu 0 --lr 2e-3 -v 5 --cr 4 --scenario "in" --expansion 1

or ignore the output

nohup python main.py --gpu 0 --lr 2e-3 -v 5 --cr 4 --scenario "in" --expansion 1  > /dev/null 2>&1 &

The training logs and checkpoints are saved in ./outputs

checkpoints

The checkpoints will be available in GoogleDrive soon.

About

The offical repo for the paper entitled "Dilated Convolution based CSI Feedback Compression for Massive MIMO System".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published