swapping-autoencoder-pytorch icon indicating copy to clipboard operation
swapping-autoencoder-pytorch copied to clipboard

Train own data set

Open Haosouth opened this issue 4 years ago • 4 comments

Hello, thank you very much for your work, which has inspired me a lot. I would like to train my own data set based on your model training, but I don’t know much about some files in the data. If I If I want to train my own data set, should I copy cifar100_dataset.py or follow the way of unaligned.py? Also, the entry point for training is experiments, but I haven’t found any experiments package calling data package. What is going on, I hope I can answer it, thank you very much

Haosouth avatar Oct 06 '21 03:10 Haosouth

I also need this information

Camillo4eyes avatar Nov 18 '21 15:11 Camillo4eyes

Hello. It would be wonderful if we can train with our own dataset. Does anyone get solution? Many thanks

easm002 avatar Sep 20 '22 06:09 easm002

Hello. It would be wonderful if we can train with our own dataset. Does anyone get solution? Many thanks

I modified the image loading code in data/unaligned_dataset.py, the training is successful, you can try

Haosouth avatar Sep 20 '22 08:09 Haosouth

Hello. It would be wonderful if we can train with our own dataset. Does anyone get solution? Many thanks

I modified the image loading code in data/unaligned_dataset.py, the training is successful, you can try

Thank you so much Hao, I really appreciate it.

easm002 avatar Sep 20 '22 23:09 easm002