netket.nn.FastMaskedConv1D#
- class netket.nn.FastMaskedConv1D[source]#
Bases:
Module1D convolution module with mask for fast autoregressive NN.
See
netket.models.FastARNNSequentialfor a brief explanation of fast autoregressive sampling.- Attributes
- feature_group_count: int = 1#
1).
- Type:
if specified, divides the input features into groups (default
- precision: Any = None#
numerical precision of the computation, see
jax.lax.Precisionfor details.
- Methods