Nixtla/neuralforecast

Does neuralforecast can use TensorBoard to show the histograms for network weights?

ZhikangLai opened this issue · 0 comments

Description

NeuralForecast is a deep learning toolbox built on the PyTorch Lightning framework. In PyTorch Lightning, we can use “tensorboard.add_histogram(...)” to log the changes in network weight parameters during training. How can this be achieved in NeuralForecast?
Reference: https://lightning.ai/docs/pytorch/stable/visualize/logging_intermediate.html
1724225408631

Link

No response