integrations¶
-
class
VisualDLCallback
(vdl_writer=None)[source]¶ Bases:
paddlenlp.trainer.trainer_callback.TrainerCallback
A [
TrainerCallback
] that sends the logs to [VisualDL](https://www.paddlepaddle.org.cn/paddle/visualdl). :param vdl_writer: The writer to use. Will instantiate one if not set. :type vdl_writer:LogWriter
, optional
-
class
AutoNLPCallback
[source]¶ Bases:
paddlenlp.trainer.trainer_callback.TrainerCallback
A [
TrainerCallback
] that sends the logs to [Ray Tune
] for [AutoNLP
]