1 from aip import AipSpeech 2 import requests 3 import json 4 import speech_recognition as sr 5 import win32com.client 6 from selenium import webdrive ...
分类:
其他好文 时间:
2020-06-24 18:11:47
阅读次数:
53
环境:window10 + python3.8 + Visual Studio Code 发现好的内容就收集到这里。 词云(WordCloud) Ref:Python 词云可视化 文本朗读(Text to speech) 语音合成(Speech synthesis)语音识别(Speech recog ...
分类:
其他好文 时间:
2020-06-24 14:12:35
阅读次数:
86
基于OpenSeq2Seq的NLP与语音识别混合精度训练 Mixed Precision Training for NLP and Speech Recognition with OpenSeq2Seq 迄今为止,神经网络的成功建立在更大的数据集、更好的理论模型和缩短的训练时间上。特别是顺序模型,可 ...
分类:
其他好文 时间:
2020-06-21 12:13:34
阅读次数:
67
修改 /etc/emqx/emqx.conf 的配置项 ## Allow anonymous authentication by default if no auth plugins loaded. ## Notice: Disable the option in production deploy ...
分类:
其他好文 时间:
2020-06-20 18:46:51
阅读次数:
113
part-of-speech (POS) POS其实就是对词进行一些分类,比如名词、动词、形容词、副词等。通过研究POS我们可以学习到更多词于词之间的关系,比如冠词一般在名词前,名词后面可能是动词,更进一步的,POS可以被应用到其他任务中,比如推测作者、信息抽取等等。由于很多语言在不同环境下存在多种 ...
分类:
其他好文 时间:
2020-06-20 00:51:58
阅读次数:
124
Free Speech Protected by First Amendment Opposite of free speech - Censorship Government NASCAR Banned display of the Confederate flag (美国南部邦联支持者 (Con ...
分类:
其他好文 时间:
2020-06-12 00:55:52
阅读次数:
56
1.首先检查环境 [oracle@vm10-84-32-2 ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Thu Jun 11 19:53:38 2020 Copyright (c) 1982, 2013, Or ...
分类:
数据库 时间:
2020-06-11 21:54:09
阅读次数:
90
1.request.js 1 import axios from 'axios' 2 import { Message } from 'element-ui'; 3 4 5 const BASEURL = process.env.NODE_ENV 'production' ? '' : '/devA ...
分类:
移动开发 时间:
2020-06-10 11:19:28
阅读次数:
79
这里讲下把 导入的dmp文件导入到oracle容器中 1. 上传文件 把dmp文件上传到服务器,然后在复制到oracle容器中 首先你先把文件上传到服务器,然后在cp到容器中 docker cp /home/production/test.dmp 4480e931b512:/home/oracle/ ...
分类:
数据库 时间:
2020-06-08 18:51:49
阅读次数:
244
一、修改配置文件 1.build->utils.js 增加 :publicPath:'../../' // Extract CSS when that option is specified // (which is the case during production build) if (opt ...
分类:
其他好文 时间:
2020-06-06 14:25:25
阅读次数:
86