L_Softmax_TensorFlow
L_Softmax_TensorFlow copied to clipboard
Results
2
L_Softmax_TensorFlow issues
Sort by
recently updated
recently updated
newest added
您好,问一下您代码里面的mnist_lsoftmax.py文件里lsoftmax函数返回的是不是预测的结果?我看到您里面好像没有将l-softmax loss加到总的loss里面,只有softmax loss 和regression loss,请问这是什么原因呢?
Thank you for your clear code, but when I try it with my training data, the numerical calculation problems such as 'divided by 0', 'None type' etc. occurred again and...