Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

kagaminccino/DNS-Challenge-2020-Interspeech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS-Challenge-2020-Interspeech

Model Quantization of Interspeech 2020 DNS Challenge

Usage

CUDA_VISIBLE_DEVICES=1 python -W ignore trainer.py --gpus '0' --default_save_path saved --checkpoint_path saved/ckpt  --batch_size=32 --num_layers=6 --min_nb_epochs=200 --max_nb_epochs=300 --learning_rate=0.0005 --frame_size=96 --stride=48 --accumulate_grad_batches=1 --track_grad_norm=2 --loss l1 --e_bits 8 --m_bits 23
CUDA_VISIBLE_DEVICES=0 python -W ignore trainer.py --gpus '0' --default_save_path saved/qua_e8m0 --checkpoint_path saved/qua_e8m0/ckpt  --batch_size=32 --num_layers=6 --min_nb_epochs=200 --max_nb_epochs=300 --learning_rate=0.0005 --frame_size=96 --stride=48 --accumulate_grad_batches=1 --track_grad_norm=2 --loss l1 --e_bits 8 --m_bits 0

About

Cooperate with aleXiehta.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages