clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'InputFetcher' object has no attribute 'iter'

DongChengdongHangZhou opened this issue · comments

This error is raised because I use windows for running this code. If you use Linux, this problem will not occur.
What's more, if you set num_worker to 0 rather than 4, you can also run this code in Windows!