Searched refs:spatial_softmax (Results 1 – 2 of 2) sorted by relevance
3597 spatial_softmax = _layers.spatial_softmax(features)3601 keypoints = sess.run(spatial_softmax, feed_dict)3608 spatial_softmax = _layers.spatial_softmax(features, data_format='NCHW')3612 keypoints = sess.run(spatial_softmax, feed_dict)3621 spatial_softmax = _layers.spatial_softmax(features)3639 keypoints = sess.run(spatial_softmax, feed_dict)3648 spatial_softmax = _layers.spatial_softmax(features)3663 keypoints = sess.run(spatial_softmax, feed_dict)3677 spatial_softmax = _layers.spatial_softmax(features)3695 tf_keypoints1 = sess.run(spatial_softmax, feed_dict)[all …]
2912 def spatial_softmax(features, function