Skip to content

Commit 0872fdf

Browse files
dedaleOceania2018
authored andcommitted
[F#] Update priorities
1 parent d75f354 commit 0872fdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/TensorFlowNET.Examples.FSharp/BasicModels/LogisticRegression.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ module LogisticRegression =
160160
accuracy > 0.9
161161

162162
let Example =
163-
{ Config = ExampleConfig.Create("Logistic Regression (Graph)", priority = 6)
163+
{ Config = ExampleConfig.Create("Logistic Regression (Graph)", priority = 8)
164164
Run = run
165165
}
166166

src/TensorFlowNET.Examples.FSharp/BasicModels/LogisticRegressionEager.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ module LogisticRegressionEager =
106106

107107
true
108108

109-
let Example = { Config = ExampleConfig.Create("Logistic Regression (Eager)", priority = 7)
109+
let Example = { Config = ExampleConfig.Create("Logistic Regression (Eager)", priority = 9)
110110
Run = run }
111111

0 commit comments

Comments
 (0)