Ai
1 Star 2 Fork 0

闪电侠的右手/算法小合集-移动开发作业

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.py 710 Bytes
一键复制 编辑 原始数据 按行查看 历史
# -*- coding: utf-8 -*-
# @Time : 2019/4/20 22:25
# @Author : shaoeric
# @Email : shaoeric@foxmail.com
import os
dir = os.path.dirname(__file__)
stopwords = os.path.join(dir, "stopwords.txt")
user_dict = os.path.join(dir, "user_dict.txt")
genres_path = os.path.join(os.path.join(dir, "utils"),"genres")
genres_complete_mfcc = os.path.join(os.path.join(genres_path, "complete"), "pre_process_mfcc.hdf5")
genres_complete_logfbank = os.path.join(os.path.join(genres_path, "complete"), "attention_logbank.hdf5")
genres_split_mfcc = os.path.join(os.path.join(genres_path, "split"), "pre_process_mfcc.hdf5")
genres_split_logfbank = os.path.join(os.path.join(genres_path, "split"), "attention_logbank.hdf5")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/shaoeric/algorithm_heji.git
git@gitee.com:shaoeric/algorithm_heji.git
shaoeric
algorithm_heji
算法小合集-移动开发作业
master

搜索帮助