Open
Description
With ref to :
stylegan2-pytorch/stylegan2_pytorch/stylegan2_pytorch.py
Lines 215 to 226 in 0588213
I think "map(lambda ddp: ddp.no_sync, ddps)
" should be changed to "list(map(lambda ddp: ddp.no_sync, ddps))
"
Otherwise, since map is an iterator, it can be used only once, and then the function of gradient_accumulate cannot work well.
Metadata
Metadata
Assignees
Labels
No labels