Commit 715ba89
authored
Fix SoftMax precision by utilizing double in the internal calculations (#3676)
* Fix SoftMax precision by utilizing double in the internal calculations
* Brew install libomp 7.0.0 only. (#3721)
* Brew install libomp 7.0.0 only.
* Brew install libomp 7.0.0 only.
* Brew install libomp 7.0.0 only.
* Brew install libomp 7.0.0 only.
* Fix SoftMax precision by utilizing double in the internal calculations1 parent 822d4d8 commit 715ba89
File tree
1 file changed
+6
-4
lines changed- src/Microsoft.ML.StandardTrainers/Standard/MulticlassClassification
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
743 | | - | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
744 | 746 | | |
745 | 747 | | |
746 | | - | |
747 | | - | |
| 748 | + | |
| 749 | + | |
748 | 750 | | |
749 | 751 | | |
750 | 752 | | |
751 | | - | |
| 753 | + | |
752 | 754 | | |
753 | 755 | | |
754 | 756 | | |
| |||
0 commit comments