Fix GPU tests because of missing .cpu()#2506
Conversation
|
@sdesrozis can you push the branch to |
|
You mean I create a branch in the ignite repo and I push the fix inside ? Or maybe there is a smarter way to do that using a relevant git command line ? |
|
yes, just do the following, assuming the |
|
It seems I can't rerun workflow from CircleCI... |
|
Let's skip circle ci, if |
|
@sdesrozis tests are stuck on |
|
Looks like real. I'll cancel the job and check later what happens. |
Related to #2490
Description:
Missing cpu() to use numpy() on Tensors
Check list: