[关闭]
@kpatrick 2019-11-14T19:25:18.000000Z 字数 1577 阅读 66

工作日记 19/11/14

work vivo daily


0. TODO


1. 服务器环境 & GPU资源

1.1 登陆开发机

1.2 开发机环境

1.3 GPU环境

--------- 防踩坑记录 ----------


2. 音频to时频谱(seq)

用文韬给的脚本,提取一个wav文件的filterbank和mfcc特征,后续继续补充知识。


3. 开发机上的模型跑通

  1. import os
  2. # gpu visible
  3. os.environ["CUDA_VISIBLE_DEVICES"]= '0'
  4. # ignore tensorflow information
  5. os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'

0 = all messages are logged (default behavior)
1 = INFO messages are not printed
2 = INFO and WARNING messages are not printed
3 = INFO, WARNING, and ERROR messages are not printed


添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注