Skip to content
Snippets Groups Projects

Audio support

Closed Pavel KORSHUNOV requested to merge audio-support into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,7 @@ from bob.learn.tensorflow.initialization import Constant
class Conv2D(Layer):
"""
1D Convolution
2D Convolution
"""
def __init__(self, name, activation=None,
Loading