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
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
I get this error (I show only the last line of the backtrace)
File "/home/my_username/anaconda3/envs/my_project/lib/python3.7/site-packages/inferno/trainers/callbacks/logging/tensorboard.py", line 292, in extract_images_from_batch
batch = batch.float().numpy()
RuntimeError: Can't call numpy() on Variable that requires grad. Use var.detach().numpy() instead.
Produced by running the following code (I post only the part that should be relevant)
output from
conda list | grep inferno
3.7.4
centOS
Description
I get this error (I show only the last line of the backtrace)
Produced by running the following code (I post only the part that should be relevant)
The text was updated successfully, but these errors were encountered: