ApplyAdam.Options

public static class ApplyAdam.Options

Optional attributes for ApplyAdam

Public Methods

ApplyAdam.Options
useLocking(Boolean useLocking)
ApplyAdam.Options
useNesterov(Boolean useNesterov)

Inherited Methods

Public Methods

public ApplyAdam.Options useLocking (Boolean useLocking)

Parameters
useLocking If `True`, updating of the var, m, and v tensors will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention.

public ApplyAdam.Options useNesterov (Boolean useNesterov)

Parameters
useNesterov If `True`, uses the nesterov update.