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() ?
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() ?