Should it really be necessary to do var.detach().cpu().numpy()?

The explicitness of pytorch is most of what I’m enjoying relative to tensorflow2.

As a quick follow-up to this question, is there any difference between var.detach().cpu() and var.cpu().detach() ?

2 Likes