| clean_pytorch_log_transformers | R Documentation |
Function for preparing and cleaning the log created by an object of class Trainer from the python library 'transformer's.
clean_pytorch_log_transformers(log)
log |
|
Returns a data.frame containing epochs, loss, and val_loss.
Other Utils Log Developers:
cat_message(),
output_message(),
print_message(),
read_log(),
read_loss_log(),
reset_log(),
reset_loss_log(),
write_log()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.