Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Jun 6, 2024
1 parent 769a267 commit 4971893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system-a/models/iris/irisModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function irisTrainParameters(): Array<Tensor> {

gradientDescentAdam
const gradientDescentFn = gradientDescentAdam({
learningRate: 0.0006,
learningRate: 0.002,
decayRate: 0.9,
relayFactor: 0.85,
})
Expand Down

0 comments on commit 4971893

Please sign in to comment.