Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
バイナリクラスの問題でカフェで SigmoidCrossEntropyLoss を使用するには? prototxt の例を教えてください。
label入力は、トレーニング サンプルごとに 0 または 1 にする必要があります。それ以外
label
layer { name: "loss" type: "SigmoidCrossEntropyLoss" bottom: "predict1d" bottom: "label" top: "loss" }