Water
Water
Hi, I also want to calculate KID, but I don't quite understand the use of 'Dataloader', can you share your use method? Thank you.
Thank you! I will try.
Hi, There are some mistakes, I really hope you can help me. Thank you. ``` def is_image_file(filename): return any(filename.endswith(extension) for extension in [".png", ".jpg"]) class DatasetFromFolder(data.Dataset): def __init__(self, image_dir): super(DatasetFromFolder,...
Hi, Thanks for your help, the ‘FID program’ can run normally. But when I changed FID to KID, the result was -0.0024. Why is it negative? The Dataloader remains the...
I meet the same problem, the color of the image was distorted at level 1.
@unknow-dev hi, have you found a solution? I tried to modify loss function into L1*100, and adjust the lr of level-1, but it did not work. If you find the...
@unknow-dev Hi, I recommend using the PyTorch code for training, and the author provides a basic version that requires modifications to level1 and level2. Unfortunately, the Tensorflow code I trained...
Hi, I don't know how to solve this problem. Therefore, I used the PyTorch code for training, and the author provides a basic version (pynet-pytorch) that requires modifications to level1...
I have tried to contact the contestants, but they can only share bokeh rendering images of the Test set. I try to replicate their projects but no progress. In order...
I have encountered the same problem and cannot call the GPU. How can I solve it?