tensorflow-speech-recognition icon indicating copy to clipboard operation
tensorflow-speech-recognition copied to clipboard

densenet_layer.py not working

Open Jaimin-L opened this issue 6 years ago • 0 comments

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'

Jaimin-L avatar Mar 12 '19 06:03 Jaimin-L