We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698fcc6 commit d44b772Copy full SHA for d44b772
kfac_jax/_src/optimizer.py
@@ -259,7 +259,7 @@ def __init__(
259
specifying whether the batch is replicated over multiple devices and
260
returns the batch size for a single device. (Default: ``None``)
261
pmap_axis_name: String. The name of the pmap axis to use when
262
- ``multi_device`` is set to True. (Default: ``curvature_axis``)
+ ``multi_device`` is set to True. (Default: ``kfac_axis``)
263
forbid_setting_attributes_after_finalize: Boolean. By default after the
264
object is finalized, you can not set any of its properties. This is done
265
in order to protect the user from making changes to the object
0 commit comments