neuralforecast icon indicating copy to clipboard operation
neuralforecast copied to clipboard

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

Open ZhikangLai opened this issue 1 year ago • 1 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

ZhikangLai avatar Aug 21 '24 07:08 ZhikangLai