transformers/docs/source/en/internal/trainer_utils.md
Sylvain Gugger eb849f6604
Migrate doc files to Markdown. (#24376)
* Rename index.mdx to index.md

* With saved modifs

* Address review comment

* Treat all files

* .mdx -> .md

* Remove special char

* Update utils/tests_fetcher.py

Co-authored-by: Lysandre Debut <lysandre.debut@reseau.eseo.fr>

---------

Co-authored-by: Lysandre Debut <lysandre.debut@reseau.eseo.fr>
2023-06-20 18:07:47 -04:00

1.4 KiB

Utilities for Trainer

This page lists all the utility functions used by [Trainer].

Most of those are only useful if you are studying the code of the Trainer in the library.

Utilities

autodoc EvalPrediction

autodoc IntervalStrategy

autodoc enable_full_determinism

autodoc set_seed

autodoc torch_distributed_zero_first

Callbacks internals

autodoc trainer_callback.CallbackHandler

Distributed Evaluation

autodoc trainer_pt_utils.DistributedTensorGatherer

Distributed Evaluation

autodoc HfArgumentParser

Debug Utilities

autodoc debug_utils.DebugUnderflowOverflow