colorization-tf icon indicating copy to clipboard operation
colorization-tf copied to clipboard

A Tensorflow implementation of ECCV2016 paper([Colorful Image Colorization](https://arxiv.org/pdf/1603.08511.pdf))

Results 5 colorization-tf issues
Sort by recently updated
recently updated
newest added

Could you show me which version of tensorflow you use?

tf.mul no longer exists (and has been renamed to tf.multiply: https://www.tensorflow.org/api_docs/python/tf/multiply)

I would like to ask can the training model handle any size image?

I would like to test your model without having to train it first. I see that there is a `color_model.ckpt` file provided, but there is meta file with the graph....

`Traceback (most recent call last):` `File "tools/train.py", line 23, in ` ` solver.train_model()` ` File "./solver.py", line 57, in train_model` ` new_loss, self.total_loss = self.construct_graph(scope)` ` File "./solver.py", line 45,...