caffe_GAN icon indicating copy to clipboard operation
caffe_GAN copied to clipboard

This project uses GAN to implement gray image colorization

Results 5 caffe_GAN issues
Sort by recently updated
recently updated
newest added

[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 26:29: Message type "caffe.ParamSpec" has no field named "param_propagate_down". F0312 23:15:40.981974 1966497792 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: model/train_val.prototxt

``` label = np.zeros((len(batch_paths) * 2,1), dtype=np.int) label[:(len(batch_paths) - 1)] = 1 blobs['label'] = label`` ```

你好,我想问一下,这个可以用在别的尺度的图片上吗要怎么修改

我完全按照你给的caffe_GAN 编译运行,效果完全不行啊,根本看不出人脸,不知道哪里出错了呢。 ![2623](https://cloud.githubusercontent.com/assets/18228614/23340487/06aa2b40-fc72-11e6-9022-9f8065d4ba72.jpg) -

hi 请问一下, 此project有对应的paper么, 我大体看了以下网络结构,还是有一些疑问