piddnad/DDColor

Training on custom dataset

aliosmanbaykus opened this issue · 2 comments

Hi, I am trying to train the model on custom dataset but I'm taking that error. Can you explain more how should I prepare train_ddcolor.yaml.
image
This is train_ddcolor.yaml file that I use.
output-onlineyamltools (2)

This error is usually caused by basicsr not being installed properly, try using python3.8 + torch1.7.1 and execute python3 setup.py develop to solve this problem.

Thank you!