MAO
Results
2
issues of
MAO
I tried fid.compute_fid function with cifar10 dataset. It went perfectly until last week. Seem like the dataset's URL is no longer supported. Does anyone have the same error as me?...
Hello. I ran into a problem, can anyone help me on this. Here's the code I run ``` device = torch.device('cuda') sd = MultiDiffusion(device) mask = torch.zeros(2,1,512,512).cuda() mask[0,:,:256]=1 mask[1,:,256:]=1 fg_masks...