-
大小: 2.69MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-11-18
- 语言: Python
- 标签:
资源简介
基于深度学习的语音增强使用keras python
代码片段和文件信息
‘‘‘
SUMMARY: config file
AUTHOR: YONG XU
Created: 2017.12.20
Modified:
--------------------------------------
‘‘‘
ori_dev_root =‘/vol/vssp/msos/yx/source_separation/enhSpec2wav‘ ### running folder
dev_wav_fd = ‘/vol/vssp/AP_datasets/audio/dcase2016/timit_enh/wav‘ ### fold where all wavs are there
# temporary data folder
scrap_fd = “/vol/vssp/msos/yx/source_separation/enhSpec2wav/fea“ ### generated log-magnitude-fea parent folder
dev_fe_mel_fd = scrap_fd + ‘/fe/log_mag_spec‘ ### generated log-magnitude-fea folder
enh_fea_wav_fd = “/vol/vssp/msos/yx/source_separation/enhSpec2wav/enh_wavs“ ### enhanced fea and wav
model_fd = “/vol/vssp/msos/yx/source_separation/enhSpec2wav/fea/md“ ### trained models folder
dev_cv_csv_path = ori_dev_root + ‘/file_list.csv‘ ### file list “number idfile nametrain (0) or test (1) flag“ including train and test files
fs = 16000. # sample rate
win = 512. #32ms ###win size
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-03-31 18:40 sednn-master\
文件 1652 2019-03-31 18:40 sednn-master\README.md
目录 0 2019-03-31 18:40 sednn-master\clean2clean_verify\
文件 933 2019-03-31 18:40 sednn-master\clean2clean_verify\config.py
目录 0 2019-03-31 18:40 sednn-master\clean2clean_verify\enh_wavs\
文件 104492 2019-03-31 18:40 sednn-master\clean2clean_verify\enh_wavs\TEST_DR1_MRJO0_SI1364.WAV
文件 104492 2019-03-31 18:40 sednn-master\clean2clean_verify\enh_wavs\TEST_DR1_MRJO0_SI1364_dnnEnh.wav
文件 75 2019-03-31 18:40 sednn-master\clean2clean_verify\enh_wavs\how to use pesq.txt
文件 89920 2019-03-31 18:40 sednn-master\clean2clean_verify\enh_wavs\pesq
文件 136 2019-03-31 18:40 sednn-master\clean2clean_verify\enh_wavs\readme.txt
文件 178005 2019-03-31 18:40 sednn-master\clean2clean_verify\file_list.csv
文件 640 2019-03-31 18:40 sednn-master\clean2clean_verify\get_csv.py
文件 1085 2019-03-31 18:40 sednn-master\clean2clean_verify\istft.py
文件 3782 2019-03-31 18:40 sednn-master\clean2clean_verify\main_decode_sednn_keras.py
文件 2888 2019-03-31 18:40 sednn-master\clean2clean_verify\main_train_sednn_keras_v2.py
目录 0 2019-03-31 18:40 sednn-master\clean2clean_verify\pesq\
文件 104492 2019-03-31 18:40 sednn-master\clean2clean_verify\pesq\TEST_DR1_MRJO0_SI1364.WAV
文件 186 2019-03-31 18:40 sednn-master\clean2clean_verify\pesq\_pesq_itu_results.txt
文件 124 2019-03-31 18:40 sednn-master\clean2clean_verify\pesq\_pesq_results.txt
文件 946 2019-03-31 18:40 sednn-master\clean2clean_verify\pesq\how to compile.txt
文件 89920 2019-03-31 18:40 sednn-master\clean2clean_verify\pesq\pesq
文件 37737 2019-03-31 18:40 sednn-master\clean2clean_verify\pesq\pesq_source_code.zip
文件 264 2019-03-31 18:40 sednn-master\clean2clean_verify\pesq\readme.txt
文件 5753 2019-03-31 18:40 sednn-master\clean2clean_verify\prepare_fea.py
文件 3646 2019-03-31 18:40 sednn-master\clean2clean_verify\preprocessing.py
文件 4127 2019-03-31 18:40 sednn-master\clean2clean_verify\readme.txt
文件 3947 2019-03-31 18:40 sednn-master\clean2clean_verify\spectrogram_to_wave.py
文件 6573 2019-03-31 18:40 sednn-master\clean2clean_verify\tr_norm.pickle
文件 1899 2019-03-31 18:40 sednn-master\clean2clean_verify\wav_reconstruction.py
目录 0 2019-03-31 18:40 sednn-master\enh_noisy_example\
文件 262 2019-03-31 18:40 sednn-master\enh_noisy_example\readme.txt
............此处省略75个文件信息
相关资源
- Python-深度增强学习算法的PyTorch实现策
- Python-基于知识图谱的红楼梦人物关系
- Python-STGAN用于图像合成的空间变换生
- Python-利用GAN进行图片填充
- Python-基于50W携程出行攻略的顺承事件
- Python-在TensorFlow中实现实现图像卷积网
- Python-60DaysRLChallenge中文版强化学习6
- Python-一个非常简单的BiLSTMCRF模型用于
- Python-Tensorflow仿AlphaGo框架实现的AI围棋
- Python-我是小诗姬全唐诗作为训练数据
- Python-用于物体跟踪的全卷积连体网络
- Python-数学建模竞赛中所使用的相关算
- Python-MonoDepthPyTorchPyTorch无监督单目深
- Python-用Tensorflowjs实现的可回收非可回
- Python-利用TensorFlow中的深度学习进行图
- Python-TensorFlow快速入门与实战课件与参
- Python-FCN完全卷积网络中最简单最容易
- Python-匈牙利算法卡尔曼滤波器多目标
- Python-mathAI一个拍照做题程序输入一张
- Python-Tensorflow实现SpatialAsDeepSpatialCNN
- Python-图像分类目标检测姿态估计分割
- Python-用python3opencv3做的中国车牌识别
- Python-各种对抗神经网络GAN大合集
- Python-Intel开源增强学习框架Coach
- Python-CENet用于2D医学图像分割的上下文
- Python-基于深度神经网络和蒙特卡罗树
- Python-SPNLearningAffinityviaSpatialPropagatio
- Python-效果超赞的图片自动增强GANs非成
- Python-VoiceactivitydetectionVAD语音端点检测
- Python-TensorFlow实现的人脸性别年龄识别
评论
共有 条评论