Merge remote-tracking branch 'origin/gan_lab' into gan_lab
This commit is contained in:
commit
43c6c67fd1
|
@ -366,4 +366,4 @@ def recursively_detach(v):
|
||||||
out = {}
|
out = {}
|
||||||
for k, t in v.items():
|
for k, t in v.items():
|
||||||
out[k] = recursively_detach(t)
|
out[k] = recursively_detach(t)
|
||||||
return out
|
return out
|
||||||
|
|
Loading…
Reference in New Issue
Block a user