baukit
baukit copied to clipboard
There's a bug in recursive_copy()
Hi, There's a bug in recursive_copy() in nethook.py. In lines 224 and 226 you call recursively to recursive_copy(v) without setting the values to clone/detach/retain_grad.
Thanks!