yfliu
yfliu
In the previous version, one can accelerate calculation using "usemat=1" during installation, which use matrix instead of tensor. But in the current version, the matrix alternative is not supported. Is...
Text line height (target_height) and normalization style are fixed in the current branch. Here I add options for these parameters. Besides, training error is reported along with the testing error,...
Hi all, When compiling the caffe with this package, 'make test' always result error as follows: _ > .build_release/src/caffe/test/test_image_data_layer.o:(.data.rel.ro._ZTVN5caffe14ImageDataLayerIdEE[_ZTVN5caffe14ImageDataLayerIdEE]+0xf0): undefined reference to `non-virtual thunk to caffe::ImageDataLayer::~ImageDataLayer()' _ Does anyone know...
Hello, When I was diving into the code, I'm confusing why the output image of ITN network substract 120 at each pixel, while not for the style image. What is...