tensorflow-speech-recognition
tensorflow-speech-recognition copied to clipboard
densenet_layer.py not working
When Run densenet_layer.py,show this error: net = layer.net(simple_dense,data=batch,input_shape=(width,height),output_width=classes,learning_rate=0.01)
AttributeError:module 'layer' has no attribute 'net'