April 2017
Intermediate to advanced
320 pages
7h 46m
English
In the latest TensorFlow release, several other changes have been made. The following are some upgrades suggestions that you need to apply manually:
tf.image.per_image_whitening should be renamed to tf.image.per_image_standardization tf.nn.sigmoid_cross_entropy_with_logits arguments have been reordered to tf.nn.sigmoid_cross_entropy_with_logits(_sentinel=None, labels=None, logits=None, name=None) tf.nn.softmax_cross_entropy_with_logits arguments have been reordered to tf.nn.softmax_cross_entropy_with_logits(_sentinel=None, labels=None, logits=None, dim=-1, name=None). tf.nn.sparse_softmax_cross_entropy_with_logits arguments have been reordered to tf.nn.sparse_softmax_cross_entropy_with_logits(_sentinel=None, labels=None, ...
Read now
Unlock full access