Loop for epoch-based training.
runner (Runner) – A reference of runner.
dataloader (Dataloader or dict) – A dataloader object or a dict to build a dataloader.
max_epochs (int) – Total training epochs.
val_begin (int) – The epoch that begins validating. Defaults to 1.
val_interval (int) – Validation interval. Defaults to 1.
dynamic_intervals (List[Tuple[int, int]], optional) – The first element in the tuple is a milestone and the second element is a interval. The interval is used after the corresponding milestone. Defaults to None.
Current epoch.
Current iteration.
Total epochs to train model.
Total iterations to train model.
Launch training.
Iterate one epoch.
None
Iterate one min-batch.
data_batch (Sequence[dict]) – Batch of data from dataloader.
None
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4