Jonathan Lwowski
Jonathan Lwowski
I also cannot download the smaller files without downloading BaiduNetDisk
> Can you poll more infrequently? The problem is that we could potentially have thousands of jobs running in parallel.
I have the same issue. If I figure it out, i will post it here.
I figured out it was due to initializing `DT_CLIENT` as a global [here](https://github.com/jerryli27/TwinGAN/blob/master/interface/server.py#L45) without a host or port This is not an issue because `DT_CLIENT` gets updated [here](https://github.com/jerryli27/TwinGAN/blob/master/interface/server.py#L275)