You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Samcro5C November 30, 2022
When I tried to use the fastai callback TensorBoardCallback for a TSForecaster (minimal example from Readme), I ran into a RuntimeError (RuntimeError: Exception occured in TensorBoardCallback when calling event after_epoch: Can't call numpy() on Tensor that requires grad. Use tensor.detach().numpy() instead.), so I was wondering if tsai supports tensorboard at all or if this is a bug. Thank you in advance.
Discussed in #633
Originally posted by Samcro5C November 30, 2022
When I tried to use the fastai callback TensorBoardCallback for a TSForecaster (minimal example from Readme), I ran into a RuntimeError (RuntimeError: Exception occured in
TensorBoardCallback
when calling eventafter_epoch
: Can't call numpy() on Tensor that requires grad. Use tensor.detach().numpy() instead.), so I was wondering if tsai supports tensorboard at all or if this is a bug. Thank you in advance.Code to reproduce the issue:
Here's the full traceback:
The text was updated successfully, but these errors were encountered: