Fix crash on GPU (out of GPU memory) for `softmax_cross_entropy_with_logits` (#16051)
* Fix crash on GPU (out of GPU memory) for `softmax_cross_entropy_with_logits` This fix tries to address the issue raised in 6766 where `softmax_cross_entropy_with_logits` will trigger the crash on GPU (out of GPU memory) if the first dimension is 0. This fix fixes 6766.
Loading
Please sign in to comment