Training a Classifier, PyTorch Documentation Team, 2024 (PyTorch) - Covers the implementation of a basic training and evaluation loop in PyTorch, which is the framework for integrating metric logging.
Dive into Deep Learning, Aston Zhang, Zack C. Lipton, Mu Li, Alex J. Smola, 2024 (Cambridge University Press) - Offers practical guidance on implementing deep learning models, including monitoring metrics and diagnosing common training issues.
PyTorch with TensorBoard, PyTorch Documentation Team, 2024 (PyTorch Foundation) - Explains how to integrate TensorBoard with PyTorch to visualize logged metrics, providing a way to enhance monitoring beyond console output.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Provides theoretical background on deep learning training, including concepts like loss functions, optimization, and the role of validation data in evaluating model performance.