Shortcuts

pytorch_lightning.trainer.deprecated_api module

Mirroring deprecated API

class pytorch_lightning.trainer.deprecated_api.TrainerDeprecatedAPITillVer0_10[source]

Bases: abc.ABC

_weights_save_path: str = None[source]
property ckpt_path[source]

Back compatibility, will be removed in v0.10.0

Return type

str

is_global_zero: bool = None[source]
limit_test_batches: Union[int, float] = None[source]
limit_train_batches: Union[int, float] = None[source]
limit_val_batches: Union[int, float] = None[source]
overfit_batches: Union[int, float] = None[source]
property overfit_pct[source]

Back compatibility, will be removed in v0.10.0

Return type

Union[int, float]

property proc_rank[source]

Back compatibility, will be removed in v0.10.0

Return type

int

property test_percent_check[source]

Back compatibility, will be removed in v0.10.0

Return type

Union[int, float]

property train_percent_check[source]

Back compatibility, will be removed in v0.10.0

Return type

Union[int, float]

property val_percent_check[source]

Back compatibility, will be removed in v0.10.0

Return type

Union[int, float]

weights_save_path: str = None[source]