Created by: jczaja
Changes here are introducing EPS adding to output of Fluid Softmax MKLDNN operator. This is done only in training mode (is_test=False) to avoid +-INF values triggered by cross_entropy operator.
Created by: jczaja
Changes here are introducing EPS adding to output of Fluid Softmax MKLDNN operator. This is done only in training mode (is_test=False) to avoid +-INF values triggered by cross_entropy operator.