NVIDIA-Merlin / Transformers4Rec

Transformers4Rec is a flexible and efficient library for sequential and session-based recommendation and works with PyTorch.
https://nvidia-merlin.github.io/Transformers4Rec/main
Apache License 2.0
1.07k stars 142 forks source link

[QST] How to print metrics while training? #754

Open ralgond opened 9 months ago

ralgond commented 9 months ago

❓ How to print metrics while training?

I want to drive the Transformers4Rec to print metrics every N step, but there is no document about it yet.

Thank you.