SUDL
SUDL copied to clipboard
light deep neural network tools box(LSTM,GRU,RNN,CNN,Bi-LSTM,etc)
你好,打扰了。准备结合看一下这份代码,cmake的时候出错。操作系统是: ` uname -a Linux icefire 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3 (2017-12-03) x86_64 GNU/Linux ` cmake时候的报错为: ` D.Deb[dice@ build]$cmake .. -- The C compiler identification is GNU 6.3.0 -- The...
CMake error ,where is 'su" in proto
程序编译错误
hi,我这两天在看这份代码,今天打算运行一下,发现有编译错误,我运行的是example/wordseg里面的例子,刚开始make的时候提示wordseg.cpp中的SeqLossLayer找不到,我看了下源码,好像layers目录下面没有定义这个类,不知道是不是这个类废弃了但是代码没更新? 我把SeqLossLayer换成CrossEntropyLossLayer后继续make,遇到如下错误: g++ -pg -w -DDEBUGALL -I. -I../../matrix -I../../layers -I../../utils -I../../net -o test_mnist ./wordseg.o Undefined symbols for architecture x86_64: "sub_dl::GruCell::GruCell(int, int)", referenced from: sub_dl::BiCellWrapper::BiCellWrapper(int, int, int) in wordseg.o "sub_dl::RnnCell::RnnCell(int, int)",...
Hello, i am trying to write the tools for DL and taking your code as reference. so your tool can not re-load the parameter(bias and weights) from the trained net,...