Nothing
Results
1
issues of
Nothing
It seems pix2pixHD model didn't solve the condition with cpu. Maybe it can be solved by add `input_concat = input_concat.to(torch.device("cpu"))` in the code. ``` class Pix2PixHDModel(BaseModel): def name(self): return 'Pix2PixHDModel'...