MCPcopy Create free account
hub / github.com/tensorflow/tfjs / getConfig

Method getConfig

tfjs-core/src/optimizers/rmsprop_optimizer.ts:197–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 }
196
197 getConfig(): ConfigDict {
198 return {
199 'learningRate': this.learningRate,
200 'decay': this.decay,
201 'momentum': this.momentum,
202 'epsilon': this.epsilon,
203 'centered': this.centered
204 };
205 }
206
207 /** @nocollapse */
208 static override fromConfig<T extends Serializable>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected