transformers/docs/source
noise-field c48b16b8da
Mlflow integration callback (#8016)
* Add MLflow integration class

Add integration code for MLflow in integrations.py along with the code
that checks that MLflow is installed.

* Add MLflowCallback import

Add import of MLflowCallback in trainer.py

* Handle model argument

Allow the callback to handle model argument and store model config items as hyperparameters.

* Log parameters to MLflow in batches

MLflow cannot log more than a hundred parameters at once.
Code added to split the parameters into batches of 100 items and log the batches one by one.

* Fix style

* Add docs on MLflow callback

* Fix issue with unfinished runs

The "fluent" api used in MLflow integration allows only one run to be active at any given moment. If the Trainer is disposed off and a new one is created, but the training is not finished, it will refuse to log the results when the next trainer is created.

* Add MLflow integration class

Add integration code for MLflow in integrations.py along with the code
that checks that MLflow is installed.

* Add MLflowCallback import

Add import of MLflowCallback in trainer.py

* Handle model argument

Allow the callback to handle model argument and store model config items as hyperparameters.

* Log parameters to MLflow in batches

MLflow cannot log more than a hundred parameters at once.
Code added to split the parameters into batches of 100 items and log the batches one by one.

* Fix style

* Add docs on MLflow callback

* Fix issue with unfinished runs

The "fluent" api used in MLflow integration allows only one run to be active at any given moment. If the Trainer is disposed off and a new one is created, but the training is not finished, it will refuse to log the results when the next trainer is created.
2020-10-26 09:41:58 -04:00
..
_static Docs for v3.4.0 2020-10-20 16:29:00 +02:00
imgs Guide to fixed-length model perplexity evaluation (#5449) 2020-07-07 16:04:15 -06:00
internal Add predict step accumulation (#7767) 2020-10-14 11:41:45 -04:00
main_classes Mlflow integration callback (#8016) 2020-10-26 09:41:58 -04:00
model_doc Add TFBartForConditionalGeneration (#5411) 2020-10-21 13:10:16 +02:00
benchmarks.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
bertology.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
conf.py Release: v3.4.0 2020-10-20 16:22:26 +02:00
contributing.md Update installation page and add contributing to the doc (#5084) 2020-06-17 14:01:10 -04:00
converting_tensorflow_models.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
custom_datasets.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
examples.md per_device instead of per_gpu/error thrown when argument unknown (#4618) 2020-05-27 11:36:55 -04:00
favicon.ico Adding usage examples for common tasks (#2850) 2020-02-25 13:48:24 -05:00
glossary.rst labels and decoder_input_ids to Glossary (#7906) 2020-10-20 09:50:47 -04:00
index.rst Release: v3.4.0 2020-10-20 16:22:26 +02:00
installation.md Make transformers install check positive (#7473) 2020-09-30 07:44:40 -04:00
migration.md Add hugs (#5225) 2020-06-24 07:56:14 -04:00
model_sharing.rst docs: fix model sharing file names (#5855) 2020-09-28 08:17:30 -04:00
model_summary.rst Respect the 119 line chars (#7928) 2020-10-20 11:02:47 -04:00
multilingual.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
notebooks.md Update notebooks (#3620) 2020-04-06 14:32:39 -04:00
perplexity.rst PPL guide minor code snippet fix (#7938) 2020-10-20 16:17:39 -06:00
philosophy.rst fixed lots of typos. (#7758) 2020-10-13 10:00:20 -04:00
preprocessing.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
pretrained_models.rst Update XLM-RoBERTa details (#7669) 2020-10-09 05:16:58 -04:00
quicktour.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
serialization.rst Models doc (#7345) 2020-09-23 13:20:45 -04:00
task_summary.rst [Dependencies|tokenizers] Make both SentencePiece and Tokenizers optional dependencies (#7659) 2020-10-18 20:51:24 +02:00
testing.rst [docs] [testing] distributed training (#7993) 2020-10-26 08:15:05 -04:00
tokenizer_summary.rst Minor typo fixes to the tokenizer summary (#8045) 2020-10-26 08:08:33 -04:00
training.rst Typo and fix the input of labels to cross_entropy (#7841) 2020-10-15 19:36:31 -04:00