Taesung Park

Results 8 comments of Taesung Park

fix pic_1 with pic.

type an absolute path instead of the save_dir variable.

Check out the Opion class. To change the default epoch, change the value of opt.niter, opt.niter_decay.

If you change the value of self.mask_type to 'random', mask in the folder is used to train the model.

Check out the class Opion. To train model with your dataset, change the value of self.dataroot to absolute path of your dataset.

@omerb01 Have you tried running experiments under the same conditions after changing GroupNorm to BatchNorm? It seems that using BatchNorm instead of GroupNorm can perform colorization to some extent by...

@urimerhav Thank you for your help. I have experimented with GroupNorm, BatchNorm, InstanceNorm, and no normalization on my dataset, but I did not get any improved results with any of...

@sjg918 No, I have not solved the problem yet, but I am still working on it.