FeatherCNN icon indicating copy to clipboard operation
FeatherCNN copied to clipboard

FeatherCNN is a high performance inference engine for convolutional neural networks.

Results 20 FeatherCNN issues
Sort by recently updated
recently updated
newest added

Hello, why didn't I find /build_ scripts/build_ linux_ test.sh ?

Hi, Is there yet a OpenCL or Vulkan port for the library ? Thanks in advance.

Hi, first of all kudos to fantastic developers like you guys... I am very excited to use this library. I plan to use it on an embedded system but I...

Failed to call InitFromPath(). Error: ``` Finished loading from file Layer type Deconvolution not registered Layer type Deconvolution not registered Layer type Sigmoid not registered bottom name ... ... Segmentation...

编译脚本有问题:没有 .cl 文件夹 代码编译有问题: net.cpp 288行函数调用歧义。 conv_layer.h 71行, this->name 应为 this->name.c_str()

``` // printf("bottom name %s\n", bottom_name); // layer->bottoms[j] = new Blob(bottom_name); std::map::iterator map_iter = blob_map.find(bottom_name); if (( map_iter == blob_map.end()) && (layer->type.compare("Input") != 0)) { LOGE("Topology error: bottom blob %s...

Would you please add support for tf or split+transpose in caffe, thank you.

I can see there is toolchain for aarch64 arm device, so we can build in RPiB3 with 64-bit OS. How about raspbian os which has armv7l. How can I build...

help wanted

Compiling and Install cd FeatherCNN ./build_scripts/build_linux.sh build_scripts 目录已经没有build_linux.sh这个文件了

Platform: Hikey960 / Linux Debian 4.4.74 aarch64 GNU/Linux Model: ./data/squeezenet.feathermodel from (http://hpcc.siat.ac.cn/jintao/feathercnn/) Input data: ./data/input_3x224x224.txt Description: On running the benchmark test using squeezenet.feathermodel, i get a run-time error (Segmentation fault)....