Colorful-Image-Colorization icon indicating copy to clipboard operation
Colorful-Image-Colorization copied to clipboard

import error

Open merrybingo opened this issue 6 years ago • 2 comments

What package is colorarch in eval.py? I can't install colorarch with pip. Is there a way to replace the code below?

col_img = colorarch.architecture(gray_image, train=False)

merrybingo avatar Jan 30 '19 07:01 merrybingo

That looks like an old architecture I used. Instead, try the following:

col_img = net.architecture(gray_image, train=False)

cameronfabbri avatar Jan 30 '19 22:01 cameronfabbri