taming-transformers
taming-transformers copied to clipboard
How to load my custom dataset when training
Hi guys, I'm trying to fine-tune a VQ_GAN from imagenet with my own dataset.
However I was quite confused by this point." Creating 2 text file pointing at your folder".
Does it mean that I just copy command provided in the readme? Then where shall I put these two txt file?
Can anyone help me out with it?
The training and test file locations are defined here: https://github.com/CompVis/taming-transformers/blob/master/configs/custom_vqgan.yaml#L36 and https://github.com/CompVis/taming-transformers/blob/master/configs/custom_vqgan.yaml#L41
There are the path of images in the txt file.