yalecyu / crnn.caffe

crnn.caffe
Other
76 stars 51 forks source link

if you are using mac, you need to change something #7

Closed ZhangXinNan closed 7 years ago

ZhangXinNan commented 7 years ago
  1. Makefile.config
    
    -# CPU_ONLY := 1
    +CPU_ONLY := 1

-# CUSTOM_CXX := g++ +CUSTOM_CXX := g++


2. src/caffe/layers/ctc_loss_layer.cpp

+#include

include <caffe/layers/ctc_loss_layer.hpp>

yalecyu commented 7 years ago

Good job.The best way is to open a Issue for the problem? Because many people will build the project on Linux? How do you think? Thank you very much again,good job. :+1: