-
Neta Zmora authored
We should only add softmax when we explicitly require it (as when exporting to ONNX), because CrossEntropyLoss implicitly computes softmax on the logits it receives as input. This cade was left there by mistake and should have never been pushed to git.
Neta Zmora authoredWe should only add softmax when we explicitly require it (as when exporting to ONNX), because CrossEntropyLoss implicitly computes softmax on the logits it receives as input. This cade was left there by mistake and should have never been pushed to git.
Loading