Gaurav Parmar
Gaurav Parmar
This error is from the clean-fid evaluation code. Can you try deleting this file `/tmp/inception-2015-12-05.pt` and see if the error persists? It looks like that file was not downloaded correctly....
@zhangsngood Could you try deleting `/tmp/inception-2015-12-05.pt` and rerunning the code to see if the problem gets fixed?
That is strange. Could you try disabling the xformers by commenting out this [line](https://github.com/GaParmar/img2img-turbo/blob/main/src/inference_unpaired.py#L36) ? -Gaurav
Hi @omriio I think I did not understand your task description. Could you provide some visual examples of the setting that you are describing? -Gaurav
Hi, Thank you for your interest in using the pre-trained models we have released! You can try this command shown in the README to run inference with the pre-trained model:...
I am a little confused by this. Could you point to the relevant line in the training code? Here, the fake image is `detached` which should stop the flow of...
Good catch! Feel free to make a PR changing this, I will merge it!
Hi, Yup you are right, getting the headlights to be accurate after translation is difficult for this models. Solving this is another open research problem. However, maybe you can try...
Could you share the outputs and what dataset you are training on?
Could you try training without any mixed precision. I just tried running the example training I have provided in the readme today morning. I was able to match the performance...