2016-11-06

I am implementing following Colorization Model written in Caffe. I am confused about my output_shape parameter to supply in Keras

I have added a dummy output_shape parameter. But how can I determine the output parameter? In caffe model the layer is defined as:

If I do not supply this parameter the code give parameter error but I can not understand what should I supply as output_shape

Show more