BatcherSchedulerConfigΒΆ

Component: Module

class pytext.data.dynamic_pooling_batcher.BatcherSchedulerConfig[source]

Bases: Module.Config

All Attributes (including base classes)

load_path: Optional[str] = None
save_path: Optional[str] = None
freeze: bool = False
shared_module_key: Optional[str] = None
start_batch_size: int = 32
end_batch_size: int = 256
epoch_period: int = 10
step_size: int = 1
Subclasses

Default JSON

{
    "load_path": null,
    "save_path": null,
    "freeze": false,
    "shared_module_key": null,
    "start_batch_size": 32,
    "end_batch_size": 256,
    "epoch_period": 10,
    "step_size": 1
}