Skip to content

Files

Latest commit

 

History

History
50 lines (27 loc) · 1.31 KB

trainer_utils.md

File metadata and controls

50 lines (27 loc) · 1.31 KB

Trainer的工具

此页面列出了 [Trainer] 使用的所有实用函数。

其中大多数仅在您研究库中Trainer的代码时有用。

工具

[[autodoc]] EvalPrediction

[[autodoc]] IntervalStrategy

[[autodoc]] enable_full_determinism

[[autodoc]] set_seed

[[autodoc]] torch_distributed_zero_first

Callbacks内部机制

[[autodoc]] trainer_callback.CallbackHandler

分布式评估

[[autodoc]] trainer_pt_utils.DistributedTensorGatherer

Trainer参数解析

[[autodoc]] HfArgumentParser

Debug工具

[[autodoc]] debug_utils.DebugUnderflowOverflow