Const

class torchelie.nn.Const(*size: int)

Experimental: Return a constant learnable volume. Disregards the input except its batch size

Parameters

*size (ints) – the shape of the volume to learn

Warning

Const() is experimental, and may change or be deleted soon if not already broken

training: bool