摘要: VGGish 通过阅读帮助文档,知道可以VGGish是产生128维音频数据集的工具,原文的描述是这样的: VGGish, as well as supporting code to extract input features for the model from audio wavaforms a 阅读全文
posted @ 2018-11-23 20:12 陈柯成 阅读(2129) 评论(0) 推荐(0) 编辑
摘要: 1.with tf.variable_scope(name , reuse = reuse) (1)创建variable scope (2)共享变量 (3)在一个变量域中,不允许重用变量 (4)当试图获取在重用模式中不存在的变量时,我们会引发异常 阅读全文
posted @ 2018-11-23 20:12 陈柯成 阅读(212) 评论(0) 推荐(0) 编辑