Chanil Kim
Chanil Kim
@ytakzk Shouldn't we change ``` Objective-c - (UIImage *)imageFromBundle:(NSString*)imageName { NSBundle* bundle = [NSBundle bundleForClass:[NMRangeSlider class]]; NSString *imagePath = [bundle pathForResource:imageName ofType:@"png"]; UIImage *image = [UIImage imageWithContentsOfFile:imagePath]; return image; }...
@ytakzk checkout #56 issue. I thought your commit fixes the problem. But images are sometime nil and I suspect it is because wrong bundle reference. In my commit - https://github.com/chanil1218/NMRangeSlider/commit/c89890cc60d2328122d41e369a4e30aafb1b008b,...
I'm using Python 3.5.2 with Tensorflow 0.12.0 compiled from source code. I've tested ctc_op_kernel version, and I confirmed that it did work normally in both CPU or GPU.
I faced same issue, and I found [this](https://github.com/GPflow/GPflow/issues/173) link. This error might comes from difference between gcc4 that your tensorflow binary built with and gcc5 your compilation environment for warp-ctc....
Any update on this?