Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ getConfig
Method
getConfig
tfjs-core/src/optimizers/sgd_optimizer.ts:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
getConfig(): ConfigDict {
92
return
{
'learningRate'
: this.learningRate};
93
}
94
95
/** @nocollapse */
96
static override fromConfig<T extends Serializable>(
Callers
7
momentum_optimizer_test.ts
File · 0.45
adam_optimizer_test.ts
File · 0.45
adagrad_optimizer_test.ts
File · 0.45
rmsprop_optimizer_test.ts
File · 0.45
sgd_optimizer_test.ts
File · 0.45
adamax_optimizer_test.ts
File · 0.45
adadelta_optimizer_test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected