-
- Downloads
Bug fix: remove softmax layer from model loading code
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.
Please register or sign in to comment