HyperParameters
Description
Hyper Parameters of Net
φ :: Tensor -> Tensor Source #
Activation Function is Torch.mish
α :: Double Source #
Learning Rate
α' :: Tensor Source #
Learning Rate as Torch.Tensor
β1 :: Double Source #
Estimated Moment Decay
β2 :: Double Source #
bs' :: Int Source #
Batch Size
type Optim = CppOptimizerState AdamOptions Source #
Type Alias for Adam C++ Optimizer
opt' :: AdamOptions Source #
Default Optimizer Options