TextSummary
TextSummary copied to clipboard
TypeError: sampled_loss() got an unexpected keyword argument 'logits'
when i run predict.py,there is a mistake:TypeError: sampled_loss() got an unexpected keyword argument 'logits'.I think it's a model paramater mistake,but I can't find where it is,can you help me?
It should be a problem with the TensorFlow version. Check that the version is TF 1.0.0
ok,thanks~