generative-models icon indicating copy to clipboard operation
generative-models copied to clipboard

No such file or directory: 'DATA-PATH'

Open dalseeroh opened this issue 1 year ago • 1 comments

I am trying to do train autoencoder like suggested in the "Traing" section in readme.md.

python main.py --base configs/example_training/autoencoder/kl-f4/imagenet-kl_f8_8chn.yaml

and it spits out the exception as follows:

Catched exception in Dataset2SamplesConverter: [Errno 2] No such file or directory: 'DATA-PATH'

What should I put in the 'DATA-PATH'?

dalseeroh avatar Apr 18 '24 01:04 dalseeroh

I think the DATA-PATH is the path to the root of your custom dataset.

Based on the size of your custom dataset, you need to choose how to handle it (mentioned in readme): image

DatTrongNg avatar Apr 18 '24 12:04 DatTrongNg