Home > other >  TypeError: sigmoid_cross_entropy_with_logits () parameter error, how to change
TypeError: sigmoid_cross_entropy_with_logits () parameter error, how to change

Time:09-29

TypeError: sigmoid_cross_entropy_with_logits () got an unexpected keyword argument 'targets'

CodePudding user response:

Is Tensorflow error, to see what version is it? Try to upgrade to the highest version,

CodePudding user response:

Try to 'labels'
  • Related