Merge remote-tracking branch 'origin/gan_lab' into gan_lab

This commit is contained in:
James Betker 2020-10-03 16:17:31 -06:00
commit 43c6c67fd1

View File

@ -366,4 +366,4 @@ def recursively_detach(v):
out = {}
for k, t in v.items():
out[k] = recursively_detach(t)
return out
return out