pannous / tensorflow-speech-recognition

🎙Speech recognition using the tensorflow deep learning framework, sequence-to-sequence neural networks
Other
2.16k stars 642 forks source link

Only call `softmax_cross_entropy_with_logits` with named arguments #61

Open MuruganR96 opened 5 years ago

MuruganR96 commented 5 years ago

how to resolve this ... ./densenet_layer.py

named arguments (labels=..., logits=..., ...)" % name) ValueError: Only call softmax_cross_entropy_with_logits with named arguments