nilboy / colorization-tf

A Tensorflow implementation of ECCV2016 paper([Colorful Image Colorization](https://arxiv.org/pdf/1603.08511.pdf))
83 stars 31 forks source link

Testing using the pre-trained model #5

Open ebalda opened 6 years ago

ebalda commented 6 years ago

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. Is is possible to provide color_model.ckpt.meta as well?

Feather623 commented 6 years ago

I have the same question, I would like to test your model with Intel NCS(Neural Compute Stick). However, to compile the model into what NCS can use, it only accept .meta file. Can you provide color_model.ckpt.meta for my research use? Thanks!