nerdyrodent / VQGAN-CLIP

Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
Other
2.61k stars 427 forks source link

about args.augment ,What are parameters for #28

Closed zhanghongyong123456 closed 3 years ago

zhanghongyong123456 commented 3 years ago

I pulled the new code and found that many new parameters appeared. I would like to know the functions of these parameters. I am looking forward to your reply

This error occurred when I adjusted the code to make it easier for the output path to be not output.png, but I could not solve it. This error also occurred when I downloaded a new source code, I do not know where I got it wrong image

nerdyrodent commented 3 years ago

The augments option allows you to pick your own list of augments, rather than the default. More information on augments is available at https://kornia.readthedocs.io/en/latest/augmentation.module.html

zhanghongyong123456 commented 3 years ago

The augments option allows you to pick your own list of augments, rather than the default. More information on augments is available at https://kornia.readthedocs.io/en/latest/augmentation.module.html k, I'll check it out. Thank you very much for your reply