Replies: 1 comment
-
@Samcro5C , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.Beta Was this translation helpful? Give feedback.
All reactions