Avirup Dey

Results 3 comments of Avirup Dey

Thanks @twentyfiveYang. This post helped. I guess many would keep the same directory structure as in CycleGAN as nothing is mentioned in the official readme.

I faced a similar issue while testing the FFC block separately. ``` fo_conv = FFC(in_channels=3, out_channels=3, kernel_size=3, ratio_gin=0.5, ratio_gout=0.5) x = torch.randn((1,3,256,256)) print(x) print(x.shape) out1, out2 = fo_conv(x) print(out1.shape, out2.shape)...

I'm getting the following error after installing the said cuda toolkit: ``` cannot import name 'PILLOW_VERSION' from 'PIL' ``` Please help.