Aike2071
Aike2071
> Manually download the Inception pt file to the /tmp/ directory at this link: https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/metrics/inception-2015-12-05.pt Hi,@shendulcf, Could you please explain more specifically about where to put the pt file?I’m unable...
> > > Manually download the Inception pt file to the /tmp/ directory at this link: https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/metrics/inception-2015-12-05.pt > > > > > > Hi,[@shendulcf](https://github.com/shendulcf), Could you please explain more specifically...
Hi,@andjoer , I'm using your implementation but encountered an error,could you give me some guidance to slove this? `` Traceback (most recent call last): File "/root/miniconda3/envs/img2img-turbo/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 920, in _get_module...
Thanks for the reply! My current pytorch version is 2.0 as the environment.yml writes. I don’t know I am using quantized model, I simply git cloned your implementation and used...
I re-installed packages in the requirements.txt.One thing strange is that it downloaded Pytorch version ranging from 2.6.0 to 2.0.1,is that an unexpected accident or it is how things go?
The training can now run properly.In the requirements,PyTorch and some cuda dependencies will be downloaded multiple times in different version,but I didn't see any error besides the environment taking up...