pixel-constrained-cnn-pytorch
pixel-constrained-cnn-pytorch copied to clipboard
Training network on own data
Hi,
Thanks for sharing this cool work!
Is it possible to train the network on my own dataset?
Hi, thank you! Yes it should definitely be possible to train the model on your own dataset. You can add a dataloader for your own dataset (in utils/dataloaders.py
) and then import it in the main.py
script. The model should then train on your dataset.