Skip to content

0pow0/static-sinr-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

6 Commits
Dec 19, 2022
Dec 19, 2022
May 22, 2023
Jun 22, 2023
Jun 22, 2023
Dec 19, 2022
Dec 19, 2022
Jun 22, 2023
Dec 19, 2022
Dec 19, 2022
Jun 22, 2023
Dec 19, 2022
May 22, 2023

Repository files navigation

Task: Predict static SINR (max)

Input: Features of attached base station (distance, Tx Power, Bandwidth, Subband Bandwidth. Subband offset)

Output: Static SINR in dB

Data: Included and located under data/folder. .npy data file could be generated with data_gen.py script.

Overwrite the --train_folder and --val_folder to the absolute path of data/train and data/test respectively; Overwrite the --checkpoint_dir to the absolute path of the folder to store model parameters.

Install packages with:

pip install -r requirements.txt

Start training with:

cat args.txt | xargs python main.py

Model parameters would be stored in that folder

Test with:

python util/plot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages