FloatListSeqTensorizer.Config

Component: FloatListSeqTensorizer

class FloatListSeqTensorizer.Config[source]

Bases: Tensorizer.Config

All Attributes (including base classes)

is_input: bool = True
column: str
The name of the label column to parse from the data source.
error_check: bool = False
dim: Optional[int] = None
pad_token: float = -1.0

Warning

This config has parameters with no default values. We aren’t yet able to generate functional JSON for it.