-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
P1Priority of the issue for triage purpose: Needs to be fixed soon.Priority of the issue for triage purpose: Needs to be fixed soon.bugSomething isn't workingSomething isn't workingimageBugs related image datatype tasksBugs related image datatype tasks
Description
System information
- OS Windows 10:
- .NET Core 2.2:
Issue
Getting poor accuracy running the training code on a system with non-US regional settings. The issue is number format. After replacing ',' as decimal symbol to '.' all works fine.
Accuracy with ',' decimal symbol:
Accuracy with '.' decimal symbol:
Is there some way to take a control of localization in .NET ML?
Thanks
Damir
Metadata
Metadata
Assignees
Labels
P1Priority of the issue for triage purpose: Needs to be fixed soon.Priority of the issue for triage purpose: Needs to be fixed soon.bugSomething isn't workingSomething isn't workingimageBugs related image datatype tasksBugs related image datatype tasks

