You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

caffe2ncnn.cpp 64 kB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694
  1. // Tencent is pleased to support the open source community by making ncnn available.
  2. //
  3. // Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
  4. //
  5. // Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
  6. // in compliance with the License. You may obtain a copy of the License at
  7. //
  8. // https://opensource.org/licenses/BSD-3-Clause
  9. //
  10. // Unless required by applicable law or agreed to in writing, software distributed
  11. // under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
  12. // CONDITIONS OF ANY KIND, either express or implied. See the License for the
  13. // specific language governing permissions and limitations under the License.
  14. #include <stdio.h>
  15. #include <limits.h>
  16. #include <math.h>
  17. #include <fstream>
  18. #include <set>
  19. #include <limits>
  20. #include <map>
  21. #include <algorithm>
  22. #include <google/protobuf/io/coded_stream.h>
  23. #include <google/protobuf/io/zero_copy_stream_impl.h>
  24. #include <google/protobuf/text_format.h>
  25. #include <google/protobuf/message.h>
  26. #include "caffe.pb.h"
  27. static inline size_t alignSize(size_t sz, int n)
  28. {
  29. return (sz + n-1) & -n;
  30. }
  31. // convert float to half precision floating point
  32. static unsigned short float2half(float value)
  33. {
  34. // 1 : 8 : 23
  35. union
  36. {
  37. unsigned int u;
  38. float f;
  39. } tmp;
  40. tmp.f = value;
  41. // 1 : 8 : 23
  42. unsigned short sign = (tmp.u & 0x80000000) >> 31;
  43. unsigned short exponent = (tmp.u & 0x7F800000) >> 23;
  44. unsigned int significand = tmp.u & 0x7FFFFF;
  45. // fprintf(stderr, "%d %d %d\n", sign, exponent, significand);
  46. // 1 : 5 : 10
  47. unsigned short fp16;
  48. if (exponent == 0)
  49. {
  50. // zero or denormal, always underflow
  51. fp16 = (sign << 15) | (0x00 << 10) | 0x00;
  52. }
  53. else if (exponent == 0xFF)
  54. {
  55. // infinity or NaN
  56. fp16 = (sign << 15) | (0x1F << 10) | (significand ? 0x200 : 0x00);
  57. }
  58. else
  59. {
  60. // normalized
  61. short newexp = exponent + (- 127 + 15);
  62. if (newexp >= 31)
  63. {
  64. // overflow, return infinity
  65. fp16 = (sign << 15) | (0x1F << 10) | 0x00;
  66. }
  67. else if (newexp <= 0)
  68. {
  69. // underflow
  70. if (newexp >= -10)
  71. {
  72. // denormal half-precision
  73. unsigned short sig = (significand | 0x800000) >> (14 - newexp);
  74. fp16 = (sign << 15) | (0x00 << 10) | sig;
  75. }
  76. else
  77. {
  78. // underflow
  79. fp16 = (sign << 15) | (0x00 << 10) | 0x00;
  80. }
  81. }
  82. else
  83. {
  84. fp16 = (sign << 15) | (newexp << 10) | (significand >> 13);
  85. }
  86. }
  87. return fp16;
  88. }
  89. // round to nearest
  90. static signed char float2int8(float value)
  91. {
  92. float tmp;
  93. if (value >= 0.f) tmp = value + 0.5;
  94. else tmp = value - 0.5;
  95. if (tmp > 127)
  96. return 127;
  97. if (tmp < -128)
  98. return -128;
  99. return tmp;
  100. }
  101. static bool read_int8scale_table(const char* filepath, std::map<std::string, std::vector<float> >& blob_int8scale_table, std::map<std::string, std::vector<float> >& weight_int8scale_table)
  102. {
  103. blob_int8scale_table.clear();
  104. weight_int8scale_table.clear();
  105. FILE* fp = fopen(filepath, "rb");
  106. if (!fp)
  107. {
  108. fprintf(stderr, "fopen %s failed\n", filepath);
  109. return false;
  110. }
  111. bool in_scale_vector = false;
  112. std::string keystr;
  113. std::vector<float> scales;
  114. while (!feof(fp))
  115. {
  116. char key[256];
  117. int nscan = fscanf(fp, "%255s", key);
  118. if (nscan != 1)
  119. {
  120. break;
  121. }
  122. if (in_scale_vector)
  123. {
  124. float scale = 1.f;
  125. int nscan = sscanf(key, "%f", &scale);
  126. if (nscan == 1)
  127. {
  128. scales.push_back(scale);
  129. continue;
  130. }
  131. else
  132. {
  133. // XYZ_param_N pattern
  134. if (strstr(keystr.c_str(), "_param_"))
  135. {
  136. weight_int8scale_table[ keystr ] = scales;
  137. }
  138. else
  139. {
  140. blob_int8scale_table[ keystr ] = scales;
  141. }
  142. keystr.clear();
  143. scales.clear();
  144. in_scale_vector = false;
  145. }
  146. }
  147. if (!in_scale_vector)
  148. {
  149. keystr = key;
  150. in_scale_vector = true;
  151. }
  152. }
  153. if (in_scale_vector)
  154. {
  155. // XYZ_param_N pattern
  156. if (strstr(keystr.c_str(), "_param_"))
  157. {
  158. weight_int8scale_table[ keystr ] = scales;
  159. }
  160. else
  161. {
  162. blob_int8scale_table[ keystr ] = scales;
  163. }
  164. }
  165. fclose(fp);
  166. return true;
  167. }
  168. static int quantize_weight(float *data, size_t data_length, std::vector<unsigned short>& float16_weights)
  169. {
  170. float16_weights.resize(data_length);
  171. for (size_t i = 0; i < data_length; i++)
  172. {
  173. float f = data[i];
  174. unsigned short fp16 = float2half(f);
  175. float16_weights[i] = fp16;
  176. }
  177. // magic tag for half-precision floating point
  178. return 0x01306B47;
  179. }
  180. static int quantize_weight(float *data, size_t data_length, std::vector<float> scales, std::vector<signed char>& int8_weights)
  181. {
  182. int8_weights.resize(data_length);
  183. int length_per_group = data_length / scales.size();
  184. for (size_t i = 0; i < data_length; i++)
  185. {
  186. float f = data[i];
  187. signed char int8 = float2int8(f * scales[ i / length_per_group ]);
  188. int8_weights[i] = int8;
  189. }
  190. // magic tag for int8
  191. return 0x000D4B38;
  192. }
  193. static bool quantize_weight(float *data, size_t data_length, int quantize_level, std::vector<float> &quantize_table, std::vector<unsigned char> &quantize_index) {
  194. assert(quantize_level != 0);
  195. assert(data != NULL);
  196. assert(data_length > 0);
  197. if (data_length < static_cast<size_t>(quantize_level)) {
  198. fprintf(stderr, "No need quantize,because: data_length < quantize_level");
  199. return false;
  200. }
  201. quantize_table.reserve(quantize_level);
  202. quantize_index.reserve(data_length);
  203. // 1. Find min and max value
  204. float max_value = std::numeric_limits<float>::min();
  205. float min_value = std::numeric_limits<float>::max();
  206. for (size_t i = 0; i < data_length; ++i)
  207. {
  208. if (max_value < data[i]) max_value = data[i];
  209. if (min_value > data[i]) min_value = data[i];
  210. }
  211. float strides = (max_value - min_value) / quantize_level;
  212. // 2. Generate quantize table
  213. for (int i = 0; i < quantize_level; ++i)
  214. {
  215. quantize_table.push_back(min_value + i * strides);
  216. }
  217. // 3. Align data to the quantized value
  218. for (size_t i = 0; i < data_length; ++i)
  219. {
  220. size_t table_index = int((data[i] - min_value) / strides);
  221. table_index = std::min<float>(table_index, quantize_level - 1);
  222. float low_value = quantize_table[table_index];
  223. float high_value = low_value + strides;
  224. // find a nearest value between low and high value.
  225. float targetValue = data[i] - low_value < high_value - data[i] ? low_value : high_value;
  226. table_index = int((targetValue - min_value) / strides);
  227. table_index = std::min<float>(table_index, quantize_level - 1);
  228. quantize_index.push_back(table_index);
  229. }
  230. return true;
  231. }
  232. static bool read_proto_from_text(const char* filepath, google::protobuf::Message* message)
  233. {
  234. std::ifstream fs(filepath, std::ifstream::in);
  235. if (!fs.is_open())
  236. {
  237. fprintf(stderr, "open failed %s\n", filepath);
  238. return false;
  239. }
  240. google::protobuf::io::IstreamInputStream input(&fs);
  241. bool success = google::protobuf::TextFormat::Parse(&input, message);
  242. fs.close();
  243. return success;
  244. }
  245. static bool read_proto_from_binary(const char* filepath, google::protobuf::Message* message)
  246. {
  247. std::ifstream fs(filepath, std::ifstream::in | std::ifstream::binary);
  248. if (!fs.is_open())
  249. {
  250. fprintf(stderr, "open failed %s\n", filepath);
  251. return false;
  252. }
  253. google::protobuf::io::IstreamInputStream input(&fs);
  254. google::protobuf::io::CodedInputStream codedstr(&input);
  255. codedstr.SetTotalBytesLimit(INT_MAX, INT_MAX / 2);
  256. bool success = message->ParseFromCodedStream(&codedstr);
  257. fs.close();
  258. return success;
  259. }
  260. int main(int argc, char** argv)
  261. {
  262. if (!(argc == 3 || argc == 5 || argc == 6 || argc == 7))
  263. {
  264. fprintf(stderr, "Usage: %s [caffeproto] [caffemodel] [ncnnproto] [ncnnbin] [quantizelevel] [int8scaletable]\n", argv[0]);
  265. return -1;
  266. }
  267. const char* caffeproto = argv[1];
  268. const char* caffemodel = argv[2];
  269. const char* ncnn_prototxt = argc >= 5 ? argv[3] : "ncnn.proto";
  270. const char* ncnn_modelbin = argc >= 5 ? argv[4] : "ncnn.bin";
  271. const char* quantize_param = argc >= 6 ? argv[5] : "0";
  272. const char* int8scale_table_path = argc == 7 ? argv[6] : NULL;
  273. int quantize_level = atoi(quantize_param);
  274. if (quantize_level != 0 && quantize_level != 256 && quantize_level != 65536) {
  275. fprintf(stderr, "%s: only support quantize level = 0, 256, or 65536", argv[0]);
  276. return -1;
  277. }
  278. caffe::NetParameter proto;
  279. caffe::NetParameter net;
  280. // load
  281. bool s0 = read_proto_from_text(caffeproto, &proto);
  282. if (!s0)
  283. {
  284. fprintf(stderr, "read_proto_from_text failed\n");
  285. return -1;
  286. }
  287. bool s1 = read_proto_from_binary(caffemodel, &net);
  288. if (!s1)
  289. {
  290. fprintf(stderr, "read_proto_from_binary failed\n");
  291. return -1;
  292. }
  293. std::map<std::string, std::vector<float> > blob_int8scale_table;
  294. std::map<std::string, std::vector<float> > weight_int8scale_table;
  295. if (int8scale_table_path)
  296. {
  297. bool s2 = read_int8scale_table(int8scale_table_path, blob_int8scale_table, weight_int8scale_table);
  298. if (!s2)
  299. {
  300. fprintf(stderr, "read_int8scale_table failed\n");
  301. return -1;
  302. }
  303. }
  304. FILE* pp = fopen(ncnn_prototxt, "wb");
  305. FILE* bp = fopen(ncnn_modelbin, "wb");
  306. // magic
  307. fprintf(pp, "7767517\n");
  308. // rename mapping for identical bottom top style
  309. std::map<std::string, std::string> blob_name_decorated;
  310. // bottom blob reference
  311. std::map<std::string, int> bottom_reference;
  312. // global definition line
  313. // [layer count] [blob count]
  314. int layer_count = proto.layer_size();
  315. std::set<std::string> blob_names;
  316. for (int i=0; i<layer_count; i++)
  317. {
  318. const caffe::LayerParameter& layer = proto.layer(i);
  319. for (int j=0; j<layer.bottom_size(); j++)
  320. {
  321. std::string blob_name = layer.bottom(j);
  322. if (blob_name_decorated.find(blob_name) != blob_name_decorated.end())
  323. {
  324. blob_name = blob_name_decorated[blob_name];
  325. }
  326. blob_names.insert(blob_name);
  327. if (bottom_reference.find(blob_name) == bottom_reference.end())
  328. {
  329. bottom_reference[blob_name] = 1;
  330. }
  331. else
  332. {
  333. bottom_reference[blob_name] = bottom_reference[blob_name] + 1;
  334. }
  335. }
  336. if (layer.bottom_size() == 1 && layer.top_size() == 1 && layer.bottom(0) == layer.top(0))
  337. {
  338. std::string blob_name = layer.top(0) + "_" + layer.name();
  339. blob_name_decorated[layer.top(0)] = blob_name;
  340. blob_names.insert(blob_name);
  341. }
  342. else
  343. {
  344. for (int j=0; j<layer.top_size(); j++)
  345. {
  346. std::string blob_name = layer.top(j);
  347. blob_names.insert(blob_name);
  348. }
  349. }
  350. }
  351. // remove bottom_reference entry with reference equals to one
  352. int splitncnn_blob_count = 0;
  353. std::map<std::string, int>::iterator it = bottom_reference.begin();
  354. while (it != bottom_reference.end())
  355. {
  356. if (it->second == 1)
  357. {
  358. bottom_reference.erase(it++);
  359. }
  360. else
  361. {
  362. splitncnn_blob_count += it->second;
  363. // fprintf(stderr, "%s %d\n", it->first.c_str(), it->second);
  364. ++it;
  365. }
  366. }
  367. fprintf(pp, "%lu %lu\n", layer_count + bottom_reference.size(), blob_names.size() + splitncnn_blob_count);
  368. // populate
  369. blob_name_decorated.clear();
  370. int internal_split = 0;
  371. for (int i=0; i<layer_count; i++)
  372. {
  373. const caffe::LayerParameter& layer = proto.layer(i);
  374. // layer definition line, repeated
  375. // [type] [name] [bottom blob count] [top blob count] [bottom blobs] [top blobs] [layer specific params]
  376. if (layer.type() == "BN")
  377. {
  378. fprintf(pp, "%-16s", "Scale");
  379. }
  380. else if (layer.type() == "Convolution")
  381. {
  382. const caffe::ConvolutionParameter& convolution_param = layer.convolution_param();
  383. if (convolution_param.group() != 1)
  384. fprintf(pp, "%-16s", "ConvolutionDepthWise");
  385. else
  386. fprintf(pp, "%-16s", "Convolution");
  387. }
  388. else if (layer.type() == "ConvolutionDepthwise" || layer.type() == "DepthwiseConvolution")
  389. {
  390. fprintf(pp, "%-16s", "ConvolutionDepthWise");
  391. }
  392. else if (layer.type() == "Deconvolution")
  393. {
  394. const caffe::ConvolutionParameter& convolution_param = layer.convolution_param();
  395. if (convolution_param.group() != 1)
  396. fprintf(pp, "%-16s", "DeconvolutionDepthWise");
  397. else
  398. fprintf(pp, "%-16s", "Deconvolution");
  399. }
  400. else if (layer.type() == "MemoryData")
  401. {
  402. fprintf(pp, "%-16s", "Input");
  403. }
  404. else if (layer.type() == "Python")
  405. {
  406. const caffe::PythonParameter& python_param = layer.python_param();
  407. std::string python_layer_name = python_param.layer();
  408. if (python_layer_name == "ProposalLayer")
  409. fprintf(pp, "%-16s", "Proposal");
  410. else
  411. fprintf(pp, "%-16s", python_layer_name.c_str());
  412. }
  413. else if (layer.type() == "ReLU6")
  414. {
  415. fprintf(pp, "%-16s", "Clip");
  416. }
  417. else
  418. {
  419. fprintf(pp, "%-16s", layer.type().c_str());
  420. }
  421. fprintf(pp, " %-16s %d %d", layer.name().c_str(), layer.bottom_size(), layer.top_size());
  422. for (int j=0; j<layer.bottom_size(); j++)
  423. {
  424. std::string blob_name = layer.bottom(j);
  425. if (blob_name_decorated.find(layer.bottom(j)) != blob_name_decorated.end())
  426. {
  427. blob_name = blob_name_decorated[layer.bottom(j)];
  428. }
  429. if (bottom_reference.find(blob_name) != bottom_reference.end())
  430. {
  431. int refidx = bottom_reference[blob_name] - 1;
  432. bottom_reference[blob_name] = refidx;
  433. char splitsuffix[256];
  434. sprintf(splitsuffix, "_splitncnn_%d", refidx);
  435. blob_name = blob_name + splitsuffix;
  436. }
  437. fprintf(pp, " %s", blob_name.c_str());
  438. }
  439. // decorated
  440. if (layer.bottom_size() == 1 && layer.top_size() == 1 && layer.bottom(0) == layer.top(0))
  441. {
  442. std::string blob_name = layer.top(0) + "_" + layer.name();
  443. blob_name_decorated[layer.top(0)] = blob_name;
  444. fprintf(pp, " %s", blob_name.c_str());
  445. }
  446. else
  447. {
  448. for (int j=0; j<layer.top_size(); j++)
  449. {
  450. std::string blob_name = layer.top(j);
  451. fprintf(pp, " %s", blob_name.c_str());
  452. }
  453. }
  454. // find blob binary by layer name
  455. int netidx;
  456. for (netidx=0; netidx<net.layer_size(); netidx++)
  457. {
  458. if (net.layer(netidx).name() == layer.name())
  459. {
  460. break;
  461. }
  462. }
  463. // layer specific params
  464. if (layer.type() == "BatchNorm")
  465. {
  466. const caffe::LayerParameter& binlayer = net.layer(netidx);
  467. const caffe::BlobProto& mean_blob = binlayer.blobs(0);
  468. const caffe::BlobProto& var_blob = binlayer.blobs(1);
  469. fprintf(pp, " 0=%d", (int)mean_blob.data_size());
  470. const caffe::BatchNormParameter& batch_norm_param = layer.batch_norm_param();
  471. float eps = batch_norm_param.eps();
  472. std::vector<float> ones(mean_blob.data_size(), 1.f);
  473. fwrite(ones.data(), sizeof(float), ones.size(), bp);// slope
  474. if (binlayer.blobs_size() < 3)
  475. {
  476. fwrite(mean_blob.data().data(), sizeof(float), mean_blob.data_size(), bp);
  477. float tmp;
  478. for (int j=0; j<var_blob.data_size(); j++)
  479. {
  480. tmp = var_blob.data().data()[j] + eps;
  481. fwrite(&tmp, sizeof(float), 1, bp);
  482. }
  483. }
  484. else
  485. {
  486. float scale_factor = binlayer.blobs(2).data().data()[0] == 0 ? 0 : 1 / binlayer.blobs(2).data().data()[0];
  487. // premultiply scale_factor to mean and variance
  488. float tmp;
  489. for (int j=0; j<mean_blob.data_size(); j++)
  490. {
  491. tmp = mean_blob.data().data()[j] * scale_factor;
  492. fwrite(&tmp, sizeof(float), 1, bp);
  493. }
  494. for (int j=0; j<var_blob.data_size(); j++)
  495. {
  496. tmp = var_blob.data().data()[j] * scale_factor + eps;
  497. fwrite(&tmp, sizeof(float), 1, bp);
  498. }
  499. }
  500. std::vector<float> zeros(mean_blob.data_size(), 0.f);
  501. fwrite(zeros.data(), sizeof(float), zeros.size(), bp);// bias
  502. }
  503. else if (layer.type() == "BN")
  504. {
  505. const caffe::LayerParameter& binlayer = net.layer(netidx);
  506. const caffe::BlobProto& scale_blob = binlayer.blobs(0);
  507. const caffe::BlobProto& shift_blob = binlayer.blobs(1);
  508. fprintf(pp, " 0=%d", (int)scale_blob.data_size());
  509. fprintf(pp, " 1=1");
  510. fwrite(scale_blob.data().data(), sizeof(float), scale_blob.data_size(), bp);
  511. fwrite(shift_blob.data().data(), sizeof(float), shift_blob.data_size(), bp);
  512. }
  513. else if (layer.type() == "Concat")
  514. {
  515. const caffe::ConcatParameter& concat_param = layer.concat_param();
  516. int dim = concat_param.axis() - 1;
  517. fprintf(pp, " 0=%d", dim);
  518. }
  519. else if (layer.type() == "Convolution" || layer.type() == "ConvolutionDepthwise" || layer.type() == "DepthwiseConvolution")
  520. {
  521. const caffe::LayerParameter& binlayer = net.layer(netidx);
  522. const caffe::BlobProto& weight_blob = binlayer.blobs(0);
  523. const caffe::ConvolutionParameter& convolution_param = layer.convolution_param();
  524. fprintf(pp, " 0=%d", convolution_param.num_output());
  525. if (convolution_param.has_kernel_w() && convolution_param.has_kernel_h())
  526. {
  527. fprintf(pp, " 1=%d", convolution_param.kernel_w());
  528. fprintf(pp, " 11=%d", convolution_param.kernel_h());
  529. }
  530. else
  531. {
  532. fprintf(pp, " 1=%d", convolution_param.kernel_size(0));
  533. }
  534. fprintf(pp, " 2=%d", convolution_param.dilation_size() != 0 ? convolution_param.dilation(0) : 1);
  535. if (convolution_param.has_stride_w() && convolution_param.has_stride_h())
  536. {
  537. fprintf(pp, " 3=%d", convolution_param.stride_w());
  538. fprintf(pp, " 13=%d", convolution_param.stride_h());
  539. }
  540. else
  541. {
  542. fprintf(pp, " 3=%d", convolution_param.stride_size() != 0 ? convolution_param.stride(0) : 1);
  543. }
  544. if (convolution_param.has_pad_w() && convolution_param.has_pad_h())
  545. {
  546. fprintf(pp, " 4=%d", convolution_param.pad_w());
  547. fprintf(pp, " 14=%d", convolution_param.pad_h());
  548. }
  549. else
  550. {
  551. fprintf(pp, " 4=%d", convolution_param.pad_size() != 0 ? convolution_param.pad(0) : 0);
  552. }
  553. fprintf(pp, " 5=%d", convolution_param.bias_term());
  554. fprintf(pp, " 6=%d", weight_blob.data_size());
  555. int num_group = 1;
  556. if (layer.type() == "ConvolutionDepthwise" || layer.type() == "DepthwiseConvolution")
  557. {
  558. num_group = convolution_param.num_output();
  559. }
  560. else
  561. {
  562. num_group = convolution_param.group();
  563. }
  564. if (num_group != 1)
  565. {
  566. fprintf(pp, " 7=%d", num_group);
  567. }
  568. bool int8_scale_term = false;
  569. std::vector<float> weight_int8scale;
  570. std::vector<float> blob_int8scale;
  571. if (int8scale_table_path)
  572. {
  573. char key[256];
  574. sprintf(key, "%s_param_0", layer.name().c_str());
  575. if (weight_int8scale_table.find(std::string(key)) != weight_int8scale_table.end())
  576. {
  577. weight_int8scale = weight_int8scale_table[std::string(key)];
  578. }
  579. if (blob_int8scale_table.find(layer.name()) != blob_int8scale_table.end())
  580. {
  581. blob_int8scale = blob_int8scale_table[layer.name()];
  582. }
  583. int8_scale_term = !weight_int8scale.empty() && !blob_int8scale.empty();
  584. if (int8_scale_term)
  585. {
  586. if ((int)weight_int8scale.size() == num_group)
  587. {
  588. fprintf(pp, " 8=1");
  589. }
  590. else
  591. {
  592. fprintf(pp, " 8=2");
  593. }
  594. }
  595. }
  596. for (int j = 0; j < binlayer.blobs_size(); j++)
  597. {
  598. int quantize_tag = 0;
  599. const caffe::BlobProto& blob = binlayer.blobs(j);
  600. std::vector<float> quantize_table;
  601. std::vector<unsigned char> quantize_index;
  602. std::vector<unsigned short> float16_weights;
  603. std::vector<signed char> int8_weights;
  604. // we will not quantize the bias values
  605. if (j == 0)
  606. {
  607. if (int8_scale_term)
  608. {
  609. if (quantize_level == 0)
  610. {
  611. quantize_tag = 0x0002C056;
  612. }
  613. else if (quantize_level == 256)
  614. {
  615. quantize_tag = quantize_weight((float *)blob.data().data(), blob.data_size(), weight_int8scale, int8_weights);
  616. }
  617. }
  618. else if (quantize_level == 256)
  619. {
  620. quantize_tag = quantize_weight((float *)blob.data().data(), blob.data_size(), quantize_level, quantize_table, quantize_index);
  621. }
  622. else if (quantize_level == 65536)
  623. {
  624. quantize_tag = quantize_weight((float *)blob.data().data(), blob.data_size(), float16_weights);
  625. }
  626. // write quantize tag first
  627. fwrite(&quantize_tag, sizeof(int), 1, bp);
  628. if (quantize_tag)
  629. {
  630. int p0 = ftell(bp);
  631. if (int8_scale_term)
  632. {
  633. if (quantize_level == 0)
  634. {
  635. // write original data and int8scale
  636. fwrite(blob.data().data(), sizeof(float), blob.data_size(), bp);
  637. }
  638. else if (quantize_level == 256)
  639. {
  640. fwrite(int8_weights.data(), sizeof(signed char), int8_weights.size(), bp);
  641. }
  642. }
  643. else if (quantize_level == 256)
  644. {
  645. // write quantize table and index
  646. fwrite(quantize_table.data(), sizeof(float), quantize_table.size(), bp);
  647. fwrite(quantize_index.data(), sizeof(unsigned char), quantize_index.size(), bp);
  648. }
  649. else if (quantize_level == 65536)
  650. {
  651. fwrite(float16_weights.data(), sizeof(unsigned short), float16_weights.size(), bp);
  652. }
  653. // padding to 32bit align
  654. int nwrite = ftell(bp) - p0;
  655. int nalign = alignSize(nwrite, 4);
  656. unsigned char padding[4] = {0x00, 0x00, 0x00, 0x00};
  657. fwrite(padding, sizeof(unsigned char), nalign - nwrite, bp);
  658. }
  659. else
  660. {
  661. // write original data
  662. fwrite(blob.data().data(), sizeof(float), blob.data_size(), bp);
  663. }
  664. }
  665. else
  666. {
  667. // write original data
  668. fwrite(blob.data().data(), sizeof(float), blob.data_size(), bp);
  669. }
  670. }
  671. if (int8_scale_term)
  672. {
  673. // write int8_scale data
  674. fwrite(weight_int8scale.data(), sizeof(float), weight_int8scale.size(), bp);
  675. fwrite(blob_int8scale.data(), sizeof(float), blob_int8scale.size(), bp);
  676. }
  677. }
  678. else if (layer.type() == "Crop")
  679. {
  680. const caffe::CropParameter& crop_param = layer.crop_param();
  681. int num_offset = crop_param.offset_size();
  682. if (num_offset == 2)
  683. {
  684. int woffset = crop_param.offset(1);
  685. int hoffset = crop_param.offset(0);
  686. fprintf(pp, " 0=%d", woffset);
  687. fprintf(pp, " 1=%d", hoffset);
  688. }
  689. else if (num_offset == 3)
  690. {
  691. int woffset = crop_param.offset(2);
  692. int hoffset = crop_param.offset(1);
  693. int coffset = crop_param.offset(0);
  694. fprintf(pp, " 0=%d", woffset);
  695. fprintf(pp, " 1=%d", hoffset);
  696. fprintf(pp, " 2=%d", coffset);
  697. }
  698. }
  699. else if (layer.type() == "Deconvolution")
  700. {
  701. const caffe::LayerParameter& binlayer = net.layer(netidx);
  702. const caffe::BlobProto& weight_blob = binlayer.blobs(0);
  703. const caffe::ConvolutionParameter& convolution_param = layer.convolution_param();
  704. fprintf(pp, " 0=%d", convolution_param.num_output());
  705. if (convolution_param.has_kernel_w() && convolution_param.has_kernel_h())
  706. {
  707. fprintf(pp, " 1=%d", convolution_param.kernel_w());
  708. fprintf(pp, " 11=%d", convolution_param.kernel_h());
  709. }
  710. else
  711. {
  712. fprintf(pp, " 1=%d", convolution_param.kernel_size(0));
  713. }
  714. fprintf(pp, " 2=%d", convolution_param.dilation_size() != 0 ? convolution_param.dilation(0) : 1);
  715. if (convolution_param.has_stride_w() && convolution_param.has_stride_h())
  716. {
  717. fprintf(pp, " 3=%d", convolution_param.stride_w());
  718. fprintf(pp, " 13=%d", convolution_param.stride_h());
  719. }
  720. else
  721. {
  722. fprintf(pp, " 3=%d", convolution_param.stride_size() != 0 ? convolution_param.stride(0) : 1);
  723. }
  724. if (convolution_param.has_pad_w() && convolution_param.has_pad_h())
  725. {
  726. fprintf(pp, " 4=%d", convolution_param.pad_w());
  727. fprintf(pp, " 14=%d", convolution_param.pad_h());
  728. }
  729. else
  730. {
  731. fprintf(pp, " 4=%d", convolution_param.pad_size() != 0 ? convolution_param.pad(0) : 0);
  732. }
  733. fprintf(pp, " 5=%d", convolution_param.bias_term());
  734. fprintf(pp, " 6=%d", weight_blob.data_size());
  735. int group = convolution_param.group();
  736. if (group != 1)
  737. {
  738. fprintf(pp, " 7=%d", group);
  739. }
  740. int quantized_weight = 0;
  741. fwrite(&quantized_weight, sizeof(int), 1, bp);
  742. int maxk = 0;
  743. if (convolution_param.has_kernel_w() && convolution_param.has_kernel_h())
  744. {
  745. maxk = convolution_param.kernel_w() * convolution_param.kernel_h();
  746. }
  747. else
  748. {
  749. maxk = convolution_param.kernel_size(0) * convolution_param.kernel_size(0);
  750. }
  751. for (int g=0; g<group; g++)
  752. {
  753. // reorder weight from inch-outch to outch-inch
  754. int num_output = convolution_param.num_output() / group;
  755. int num_input = weight_blob.data_size() / maxk / num_output / group;
  756. const float* weight_data_ptr = weight_blob.data().data() + g * maxk * num_output * num_input;
  757. for (int k=0; k<num_output; k++)
  758. {
  759. for (int j=0; j<num_input; j++)
  760. {
  761. fwrite(weight_data_ptr + (j*num_output + k) * maxk, sizeof(float), maxk, bp);
  762. }
  763. }
  764. }
  765. for (int j=1; j<binlayer.blobs_size(); j++)
  766. {
  767. const caffe::BlobProto& blob = binlayer.blobs(j);
  768. fwrite(blob.data().data(), sizeof(float), blob.data_size(), bp);
  769. }
  770. }
  771. else if (layer.type() == "DetectionOutput")
  772. {
  773. const caffe::DetectionOutputParameter& detection_output_param = layer.detection_output_param();
  774. const caffe::NonMaximumSuppressionParameter& nms_param = detection_output_param.nms_param();
  775. fprintf(pp, " 0=%d", detection_output_param.num_classes());
  776. fprintf(pp, " 1=%f", nms_param.nms_threshold());
  777. fprintf(pp, " 2=%d", nms_param.top_k());
  778. fprintf(pp, " 3=%d", detection_output_param.keep_top_k());
  779. fprintf(pp, " 4=%f", detection_output_param.confidence_threshold());
  780. }
  781. else if (layer.type() == "Dropout")
  782. {
  783. const caffe::DropoutParameter& dropout_param = layer.dropout_param();
  784. if (dropout_param.has_scale_train() && !dropout_param.scale_train())
  785. {
  786. float scale = 1.f - dropout_param.dropout_ratio();
  787. fprintf(pp, " 0=%f", scale);
  788. }
  789. }
  790. else if (layer.type() == "Eltwise")
  791. {
  792. const caffe::EltwiseParameter& eltwise_param = layer.eltwise_param();
  793. int coeff_size = eltwise_param.coeff_size();
  794. fprintf(pp, " 0=%d", (int)eltwise_param.operation());
  795. fprintf(pp, " -23301=%d", coeff_size);
  796. for (int j=0; j<coeff_size; j++)
  797. {
  798. fprintf(pp, ",%f", eltwise_param.coeff(j));
  799. }
  800. }
  801. else if (layer.type() == "ELU")
  802. {
  803. const caffe::ELUParameter& elu_param = layer.elu_param();
  804. fprintf(pp, " 0=%f", elu_param.alpha());
  805. }
  806. else if (layer.type() == "Embed")
  807. {
  808. const caffe::LayerParameter& binlayer = net.layer(netidx);
  809. const caffe::BlobProto& weight_blob = binlayer.blobs(0);
  810. const caffe::EmbedParameter& embed_param = layer.embed_param();
  811. fprintf(pp, " 0=%d", embed_param.num_output());
  812. fprintf(pp, " 1=%d", embed_param.input_dim());
  813. fprintf(pp, " 2=%d", embed_param.bias_term());
  814. fprintf(pp, " 3=%d", weight_blob.data_size());
  815. for (int j=0; j<binlayer.blobs_size(); j++)
  816. {
  817. int quantize_tag = 0;
  818. const caffe::BlobProto& blob = binlayer.blobs(j);
  819. std::vector<float> quantize_table;
  820. std::vector<unsigned char> quantize_index;
  821. std::vector<unsigned short> float16_weights;
  822. // we will not quantize the bias values
  823. if (j == 0 && quantize_level != 0)
  824. {
  825. if (quantize_level == 256)
  826. {
  827. quantize_tag = quantize_weight((float *)blob.data().data(), blob.data_size(), quantize_level, quantize_table, quantize_index);
  828. }
  829. else if (quantize_level == 65536)
  830. {
  831. quantize_tag = quantize_weight((float *)blob.data().data(), blob.data_size(), float16_weights);
  832. }
  833. }
  834. // write quantize tag first
  835. if (j == 0)
  836. fwrite(&quantize_tag, sizeof(int), 1, bp);
  837. if (quantize_tag)
  838. {
  839. int p0 = ftell(bp);
  840. if (quantize_level == 256)
  841. {
  842. // write quantize table and index
  843. fwrite(quantize_table.data(), sizeof(float), quantize_table.size(), bp);
  844. fwrite(quantize_index.data(), sizeof(unsigned char), quantize_index.size(), bp);
  845. }
  846. else if (quantize_level == 65536)
  847. {
  848. fwrite(float16_weights.data(), sizeof(unsigned short), float16_weights.size(), bp);
  849. }
  850. // padding to 32bit align
  851. int nwrite = ftell(bp) - p0;
  852. int nalign = alignSize(nwrite, 4);
  853. unsigned char padding[4] = {0x00, 0x00, 0x00, 0x00};
  854. fwrite(padding, sizeof(unsigned char), nalign - nwrite, bp);
  855. }
  856. else
  857. {
  858. // write original data
  859. fwrite(blob.data().data(), sizeof(float), blob.data_size(), bp);
  860. }
  861. }
  862. }
  863. else if (layer.type() == "InnerProduct")
  864. {
  865. const caffe::LayerParameter& binlayer = net.layer(netidx);
  866. const caffe::BlobProto& weight_blob = binlayer.blobs(0);
  867. const caffe::InnerProductParameter& inner_product_param = layer.inner_product_param();
  868. fprintf(pp, " 0=%d", inner_product_param.num_output());
  869. fprintf(pp, " 1=%d", inner_product_param.bias_term());
  870. fprintf(pp, " 2=%d", weight_blob.data_size());
  871. bool int8_scale_term = false;
  872. std::vector<float> weight_int8scale;
  873. std::vector<float> blob_int8scale;
  874. if (int8scale_table_path)
  875. {
  876. char key[256];
  877. sprintf(key, "%s_param_0", layer.name().c_str());
  878. if (weight_int8scale_table.find(std::string(key)) != weight_int8scale_table.end())
  879. {
  880. weight_int8scale = weight_int8scale_table[std::string(key)];
  881. }
  882. if (blob_int8scale_table.find(layer.name()) != blob_int8scale_table.end())
  883. {
  884. blob_int8scale = blob_int8scale_table[layer.name()];
  885. }
  886. int8_scale_term = !weight_int8scale.empty() && !blob_int8scale.empty();
  887. if (int8_scale_term)
  888. {
  889. fprintf(pp, " 8=1");
  890. }
  891. }
  892. for (int j=0; j<binlayer.blobs_size(); j++)
  893. {
  894. int quantize_tag = 0;
  895. const caffe::BlobProto& blob = binlayer.blobs(j);
  896. std::vector<float> quantize_table;
  897. std::vector<unsigned char> quantize_index;
  898. std::vector<unsigned short> float16_weights;
  899. std::vector<signed char> int8_weights;
  900. // we will not quantize the bias values
  901. if (j == 0)
  902. {
  903. if (int8_scale_term)
  904. {
  905. if (quantize_level == 0)
  906. {
  907. quantize_tag = 0x0002C056;
  908. }
  909. else if (quantize_level == 256)
  910. {
  911. quantize_tag = quantize_weight((float *)blob.data().data(), blob.data_size(), weight_int8scale, int8_weights);
  912. }
  913. }
  914. else if (quantize_level == 256)
  915. {
  916. quantize_tag = quantize_weight((float *)blob.data().data(), blob.data_size(), quantize_level, quantize_table, quantize_index);
  917. }
  918. else if (quantize_level == 65536)
  919. {
  920. quantize_tag = quantize_weight((float *)blob.data().data(), blob.data_size(), float16_weights);
  921. }
  922. // write quantize tag first
  923. fwrite(&quantize_tag, sizeof(int), 1, bp);
  924. if (quantize_tag)
  925. {
  926. int p0 = ftell(bp);
  927. if (int8_scale_term)
  928. {
  929. if (quantize_level == 0)
  930. {
  931. // write original data and int8scale
  932. fwrite(blob.data().data(), sizeof(float), blob.data_size(), bp);
  933. }
  934. else if (quantize_level == 256)
  935. {
  936. fwrite(int8_weights.data(), sizeof(signed char), int8_weights.size(), bp);
  937. }
  938. }
  939. else if (quantize_level == 256)
  940. {
  941. // write quantize table and index
  942. fwrite(quantize_table.data(), sizeof(float), quantize_table.size(), bp);
  943. fwrite(quantize_index.data(), sizeof(unsigned char), quantize_index.size(), bp);
  944. }
  945. else if (quantize_level == 65536)
  946. {
  947. fwrite(float16_weights.data(), sizeof(unsigned short), float16_weights.size(), bp);
  948. }
  949. // padding to 32bit align
  950. int nwrite = ftell(bp) - p0;
  951. int nalign = alignSize(nwrite, 4);
  952. unsigned char padding[4] = {0x00, 0x00, 0x00, 0x00};
  953. fwrite(padding, sizeof(unsigned char), nalign - nwrite, bp);
  954. }
  955. else
  956. {
  957. // write original data
  958. fwrite(blob.data().data(), sizeof(float), blob.data_size(), bp);
  959. }
  960. }
  961. else
  962. {
  963. // write original data
  964. fwrite(blob.data().data(), sizeof(float), blob.data_size(), bp);
  965. }
  966. }
  967. if (int8_scale_term)
  968. {
  969. // write int8_scale data
  970. fwrite(weight_int8scale.data(), sizeof(float), weight_int8scale.size(), bp);
  971. fwrite(blob_int8scale.data(), sizeof(float), blob_int8scale.size(), bp);
  972. }
  973. }
  974. else if (layer.type() == "Input")
  975. {
  976. const caffe::InputParameter& input_param = layer.input_param();
  977. const caffe::BlobShape& bs = input_param.shape(0);
  978. if (bs.dim_size() == 4)
  979. {
  980. fprintf(pp, " 0=%ld", bs.dim(3));
  981. fprintf(pp, " 1=%ld", bs.dim(2));
  982. fprintf(pp, " 2=%ld", bs.dim(1));
  983. }
  984. else if (bs.dim_size() == 3)
  985. {
  986. fprintf(pp, " 0=%ld", bs.dim(2));
  987. fprintf(pp, " 1=%ld", bs.dim(1));
  988. fprintf(pp, " 2=-233");
  989. }
  990. else if (bs.dim_size() == 2)
  991. {
  992. fprintf(pp, " 0=%ld", bs.dim(1));
  993. fprintf(pp, " 1=-233");
  994. fprintf(pp, " 2=-233");
  995. }
  996. }
  997. else if (layer.type() == "Interp")
  998. {
  999. const caffe::InterpParameter& interp_param = layer.interp_param();
  1000. fprintf(pp, " 0=%d", 2);
  1001. fprintf(pp, " 1=%f", (float)interp_param.zoom_factor());
  1002. fprintf(pp, " 2=%f", (float)interp_param.zoom_factor());
  1003. fprintf(pp, " 3=%d", interp_param.height());
  1004. fprintf(pp, " 4=%d", interp_param.width());
  1005. }
  1006. else if (layer.type() == "LRN")
  1007. {
  1008. const caffe::LRNParameter& lrn_param = layer.lrn_param();
  1009. fprintf(pp, " 0=%d", lrn_param.norm_region());
  1010. fprintf(pp, " 1=%d", lrn_param.local_size());
  1011. fprintf(pp, " 2=%f", lrn_param.alpha());
  1012. fprintf(pp, " 3=%f", lrn_param.beta());
  1013. }
  1014. else if (layer.type() == "LSTM")
  1015. {
  1016. const caffe::LayerParameter& binlayer = net.layer(netidx);
  1017. const caffe::BlobProto& weight_blob = binlayer.blobs(0);
  1018. const caffe::RecurrentParameter& recurrent_param = layer.recurrent_param();
  1019. fprintf(pp, " 0=%d", recurrent_param.num_output());
  1020. fprintf(pp, " 1=%d", weight_blob.data_size());
  1021. for (int j=0; j<binlayer.blobs_size(); j++)
  1022. {
  1023. int quantize_tag = 0;
  1024. const caffe::BlobProto& blob = binlayer.blobs(j);
  1025. std::vector<float> quantize_table;
  1026. std::vector<unsigned char> quantize_index;
  1027. std::vector<unsigned short> float16_weights;
  1028. if (quantize_level != 0)
  1029. {
  1030. if (quantize_level == 256)
  1031. {
  1032. quantize_tag = quantize_weight((float *)blob.data().data(), blob.data_size(), quantize_level, quantize_table, quantize_index);
  1033. }
  1034. else if (quantize_level == 65536)
  1035. {
  1036. quantize_tag = quantize_weight((float *)blob.data().data(), blob.data_size(), float16_weights);
  1037. }
  1038. }
  1039. // write quantize tag first
  1040. fwrite(&quantize_tag, sizeof(int), 1, bp);
  1041. if (quantize_tag)
  1042. {
  1043. int p0 = ftell(bp);
  1044. if (quantize_level == 256)
  1045. {
  1046. // write quantize table and index
  1047. fwrite(quantize_table.data(), sizeof(float), quantize_table.size(), bp);
  1048. fwrite(quantize_index.data(), sizeof(unsigned char), quantize_index.size(), bp);
  1049. }
  1050. else if (quantize_level == 65536)
  1051. {
  1052. fwrite(float16_weights.data(), sizeof(unsigned short), float16_weights.size(), bp);
  1053. }
  1054. // padding to 32bit align
  1055. int nwrite = ftell(bp) - p0;
  1056. int nalign = alignSize(nwrite, 4);
  1057. unsigned char padding[4] = {0x00, 0x00, 0x00, 0x00};
  1058. fwrite(padding, sizeof(unsigned char), nalign - nwrite, bp);
  1059. }
  1060. else
  1061. {
  1062. // write original data
  1063. fwrite(blob.data().data(), sizeof(float), blob.data_size(), bp);
  1064. }
  1065. }
  1066. }
  1067. else if (layer.type() == "MemoryData")
  1068. {
  1069. const caffe::MemoryDataParameter& memory_data_param = layer.memory_data_param();
  1070. fprintf(pp, " 0=%d", memory_data_param.width());
  1071. fprintf(pp, " 1=%d", memory_data_param.height());
  1072. fprintf(pp, " 2=%d", memory_data_param.channels());
  1073. }
  1074. else if (layer.type() == "MVN")
  1075. {
  1076. const caffe::MVNParameter& mvn_param = layer.mvn_param();
  1077. fprintf(pp, " 0=%d", mvn_param.normalize_variance());
  1078. fprintf(pp, " 1=%d", mvn_param.across_channels());
  1079. fprintf(pp, " 2=%f", mvn_param.eps());
  1080. }
  1081. else if (layer.type() == "Normalize")
  1082. {
  1083. const caffe::LayerParameter& binlayer = net.layer(netidx);
  1084. const caffe::BlobProto& scale_blob = binlayer.blobs(0);
  1085. const caffe::NormalizeParameter& norm_param = layer.norm_param();
  1086. fprintf(pp, " 0=%d", norm_param.across_spatial());
  1087. fprintf(pp, " 1=%d", norm_param.channel_shared());
  1088. fprintf(pp, " 2=%f", norm_param.eps());
  1089. fprintf(pp, " 3=%d", scale_blob.data_size());
  1090. fwrite(scale_blob.data().data(), sizeof(float), scale_blob.data_size(), bp);
  1091. }
  1092. else if (layer.type() == "Permute")
  1093. {
  1094. const caffe::PermuteParameter& permute_param = layer.permute_param();
  1095. int order_size = permute_param.order_size();
  1096. int order_type = 0;
  1097. if (order_size == 0)
  1098. order_type = 0;
  1099. if (order_size == 1)
  1100. {
  1101. int order0 = permute_param.order(0);
  1102. if (order0 == 0)
  1103. order_type = 0;
  1104. // permute with N not supported
  1105. }
  1106. if (order_size == 2)
  1107. {
  1108. int order0 = permute_param.order(0);
  1109. int order1 = permute_param.order(1);
  1110. if (order0 == 0)
  1111. {
  1112. if (order1 == 1) // 0 1 2 3
  1113. order_type = 0;
  1114. else if (order1 == 2) // 0 2 1 3
  1115. order_type = 2;
  1116. else if (order1 == 3) // 0 3 1 2
  1117. order_type = 4;
  1118. }
  1119. // permute with N not supported
  1120. }
  1121. if (order_size == 3 || order_size == 4)
  1122. {
  1123. int order0 = permute_param.order(0);
  1124. int order1 = permute_param.order(1);
  1125. int order2 = permute_param.order(2);
  1126. if (order0 == 0)
  1127. {
  1128. if (order1 == 1)
  1129. {
  1130. if (order2 == 2) // 0 1 2 3
  1131. order_type = 0;
  1132. if (order2 == 3) // 0 1 3 2
  1133. order_type = 1;
  1134. }
  1135. else if (order1 == 2)
  1136. {
  1137. if (order2 == 1) // 0 2 1 3
  1138. order_type = 2;
  1139. if (order2 == 3) // 0 2 3 1
  1140. order_type = 3;
  1141. }
  1142. else if (order1 == 3)
  1143. {
  1144. if (order2 == 1) // 0 3 1 2
  1145. order_type = 4;
  1146. if (order2 == 2) // 0 3 2 1
  1147. order_type = 5;
  1148. }
  1149. }
  1150. // permute with N not supported
  1151. }
  1152. fprintf(pp, " 0=%d", order_type);
  1153. }
  1154. else if (layer.type() == "Pooling")
  1155. {
  1156. const caffe::PoolingParameter& pooling_param = layer.pooling_param();
  1157. fprintf(pp, " 0=%d", pooling_param.pool());
  1158. if (pooling_param.has_kernel_w() && pooling_param.has_kernel_h())
  1159. {
  1160. fprintf(pp, " 1=%d", pooling_param.kernel_w());
  1161. fprintf(pp, " 11=%d", pooling_param.kernel_h());
  1162. }
  1163. else
  1164. {
  1165. fprintf(pp, " 1=%d", pooling_param.kernel_size());
  1166. }
  1167. if (pooling_param.has_stride_w() && pooling_param.has_stride_h())
  1168. {
  1169. fprintf(pp, " 2=%d", pooling_param.stride_w());
  1170. fprintf(pp, " 12=%d", pooling_param.stride_h());
  1171. }
  1172. else
  1173. {
  1174. fprintf(pp, " 2=%d", pooling_param.stride());
  1175. }
  1176. if (pooling_param.has_pad_w() && pooling_param.has_pad_h())
  1177. {
  1178. fprintf(pp, " 3=%d", pooling_param.pad_w());
  1179. fprintf(pp, " 13=%d", pooling_param.pad_h());
  1180. }
  1181. else
  1182. {
  1183. fprintf(pp, " 3=%d", pooling_param.pad());
  1184. }
  1185. fprintf(pp, " 4=%d", pooling_param.has_global_pooling() ? pooling_param.global_pooling() : 0);
  1186. }
  1187. else if (layer.type() == "Power")
  1188. {
  1189. const caffe::PowerParameter& power_param = layer.power_param();
  1190. fprintf(pp, " 0=%f", power_param.power());
  1191. fprintf(pp, " 1=%f", power_param.scale());
  1192. fprintf(pp, " 2=%f", power_param.shift());
  1193. }
  1194. else if (layer.type() == "PReLU")
  1195. {
  1196. const caffe::LayerParameter& binlayer = net.layer(netidx);
  1197. const caffe::BlobProto& slope_blob = binlayer.blobs(0);
  1198. fprintf(pp, " 0=%d", slope_blob.data_size());
  1199. fwrite(slope_blob.data().data(), sizeof(float), slope_blob.data_size(), bp);
  1200. }
  1201. else if (layer.type() == "PriorBox")
  1202. {
  1203. const caffe::PriorBoxParameter& prior_box_param = layer.prior_box_param();
  1204. int num_aspect_ratio = prior_box_param.aspect_ratio_size();
  1205. for (int j=0; j<prior_box_param.aspect_ratio_size(); j++)
  1206. {
  1207. float ar = prior_box_param.aspect_ratio(j);
  1208. if (fabs(ar - 1.) < 1e-6) {
  1209. num_aspect_ratio--;
  1210. }
  1211. }
  1212. float variances[4] = {0.1f, 0.1f, 0.1f, 0.1f};
  1213. if (prior_box_param.variance_size() == 4)
  1214. {
  1215. variances[0] = prior_box_param.variance(0);
  1216. variances[1] = prior_box_param.variance(1);
  1217. variances[2] = prior_box_param.variance(2);
  1218. variances[3] = prior_box_param.variance(3);
  1219. }
  1220. else if (prior_box_param.variance_size() == 1)
  1221. {
  1222. variances[0] = prior_box_param.variance(0);
  1223. variances[1] = prior_box_param.variance(0);
  1224. variances[2] = prior_box_param.variance(0);
  1225. variances[3] = prior_box_param.variance(0);
  1226. }
  1227. int flip = prior_box_param.has_flip() ? prior_box_param.flip() : 1;
  1228. int clip = prior_box_param.has_clip() ? prior_box_param.clip() : 0;
  1229. int image_width = -233;
  1230. int image_height = -233;
  1231. if (prior_box_param.has_img_size())
  1232. {
  1233. image_width = prior_box_param.img_size();
  1234. image_height = prior_box_param.img_size();
  1235. }
  1236. else if (prior_box_param.has_img_w() && prior_box_param.has_img_h())
  1237. {
  1238. image_width = prior_box_param.img_w();
  1239. image_height = prior_box_param.img_h();
  1240. }
  1241. float step_width = -233;
  1242. float step_height = -233;
  1243. if (prior_box_param.has_step())
  1244. {
  1245. step_width = prior_box_param.step();
  1246. step_height = prior_box_param.step();
  1247. }
  1248. else if (prior_box_param.has_step_w() && prior_box_param.has_step_h())
  1249. {
  1250. step_width = prior_box_param.step_w();
  1251. step_height = prior_box_param.step_h();
  1252. }
  1253. fprintf(pp, " -23300=%d", prior_box_param.min_size_size());
  1254. for (int j=0; j<prior_box_param.min_size_size(); j++)
  1255. {
  1256. fprintf(pp, ",%f", prior_box_param.min_size(j));
  1257. }
  1258. fprintf(pp, " -23301=%d", prior_box_param.max_size_size());
  1259. for (int j=0; j<prior_box_param.max_size_size(); j++)
  1260. {
  1261. fprintf(pp, ",%f", prior_box_param.max_size(j));
  1262. }
  1263. fprintf(pp, " -23302=%d", num_aspect_ratio);
  1264. for (int j=0; j<prior_box_param.aspect_ratio_size(); j++)
  1265. {
  1266. float ar = prior_box_param.aspect_ratio(j);
  1267. if (fabs(ar - 1.) < 1e-6) {
  1268. continue;
  1269. }
  1270. fprintf(pp, ",%f", ar);
  1271. }
  1272. fprintf(pp, " 3=%f", variances[0]);
  1273. fprintf(pp, " 4=%f", variances[1]);
  1274. fprintf(pp, " 5=%f", variances[2]);
  1275. fprintf(pp, " 6=%f", variances[3]);
  1276. fprintf(pp, " 7=%d", flip);
  1277. fprintf(pp, " 8=%d", clip);
  1278. fprintf(pp, " 9=%d", image_width);
  1279. fprintf(pp, " 10=%d", image_height);
  1280. fprintf(pp, " 11=%f", step_width);
  1281. fprintf(pp, " 12=%f", step_height);
  1282. fprintf(pp, " 13=%f", prior_box_param.offset());
  1283. }
  1284. else if (layer.type() == "PSROIPooling")
  1285. {
  1286. const caffe::PSROIPoolingParameter& psroi_pooling_param = layer.psroi_pooling_param();
  1287. fprintf(pp, " 0=%d", psroi_pooling_param.group_size());
  1288. fprintf(pp, " 1=%d", psroi_pooling_param.group_size());
  1289. fprintf(pp, " 2=%f", psroi_pooling_param.spatial_scale());
  1290. fprintf(pp, " 3=%d", psroi_pooling_param.output_dim());
  1291. }
  1292. else if (layer.type() == "Python")
  1293. {
  1294. const caffe::PythonParameter& python_param = layer.python_param();
  1295. std::string python_layer_name = python_param.layer();
  1296. if (python_layer_name == "ProposalLayer")
  1297. {
  1298. int feat_stride = 16;
  1299. sscanf(python_param.param_str().c_str(), "'feat_stride': %d", &feat_stride);
  1300. int base_size = 16;
  1301. // float ratio;
  1302. // float scale;
  1303. int pre_nms_topN = 6000;
  1304. int after_nms_topN = 300;
  1305. float nms_thresh = 0.7;
  1306. int min_size = 16;
  1307. fprintf(pp, " 0=%d", feat_stride);
  1308. fprintf(pp, " 1=%d", base_size);
  1309. fprintf(pp, " 2=%d", pre_nms_topN);
  1310. fprintf(pp, " 3=%d", after_nms_topN);
  1311. fprintf(pp, " 4=%f", nms_thresh);
  1312. fprintf(pp, " 5=%d", min_size);
  1313. }
  1314. }
  1315. else if (layer.type() == "ReLU")
  1316. {
  1317. const caffe::ReLUParameter& relu_param = layer.relu_param();
  1318. if (relu_param.has_negative_slope())
  1319. {
  1320. fprintf(pp, " 0=%f", relu_param.negative_slope());
  1321. }
  1322. }
  1323. else if (layer.type() == "ReLU6")
  1324. {
  1325. float min = 0.f;
  1326. float max = 6.f;
  1327. fprintf(pp, " 0=%f", min);
  1328. fprintf(pp, " 1=%f", max);
  1329. }
  1330. else if (layer.type() == "Reorg")
  1331. {
  1332. const caffe::ReorgParameter& reorg_param = layer.reorg_param();
  1333. fprintf(pp, " 0=%d", reorg_param.stride());
  1334. }
  1335. else if (layer.type() == "Reshape")
  1336. {
  1337. const caffe::ReshapeParameter& reshape_param = layer.reshape_param();
  1338. const caffe::BlobShape& bs = reshape_param.shape();
  1339. if (bs.dim_size() == 1)
  1340. {
  1341. fprintf(pp, " 0=%ld 1=-233 2=-233", bs.dim(0));
  1342. }
  1343. else if (bs.dim_size() == 2)
  1344. {
  1345. fprintf(pp, " 0=%ld 1=-233 2=-233", bs.dim(1));
  1346. }
  1347. else if (bs.dim_size() == 3)
  1348. {
  1349. fprintf(pp, " 0=%ld 1=%ld 2=-233", bs.dim(2), bs.dim(1));
  1350. }
  1351. else // bs.dim_size() == 4
  1352. {
  1353. fprintf(pp, " 0=%ld 1=%ld 2=%ld", bs.dim(3), bs.dim(2), bs.dim(1));
  1354. }
  1355. fprintf(pp, " 3=0");// permute
  1356. }
  1357. else if (layer.type() == "ROIAlign")
  1358. {
  1359. const caffe::ROIAlignParameter& roi_align_param = layer.roi_align_param();
  1360. fprintf(pp, " 0=%d", roi_align_param.pooled_w());
  1361. fprintf(pp, " 1=%d", roi_align_param.pooled_h());
  1362. fprintf(pp, " 2=%f", roi_align_param.spatial_scale());
  1363. }
  1364. else if (layer.type() == "ROIPooling")
  1365. {
  1366. const caffe::ROIPoolingParameter& roi_pooling_param = layer.roi_pooling_param();
  1367. fprintf(pp, " 0=%d", roi_pooling_param.pooled_w());
  1368. fprintf(pp, " 1=%d", roi_pooling_param.pooled_h());
  1369. fprintf(pp, " 2=%f", roi_pooling_param.spatial_scale());
  1370. }
  1371. else if (layer.type() == "Scale")
  1372. {
  1373. const caffe::LayerParameter& binlayer = net.layer(netidx);
  1374. const caffe::ScaleParameter& scale_param = layer.scale_param();
  1375. bool scale_weight = scale_param.bias_term() ? (binlayer.blobs_size() == 2) : (binlayer.blobs_size() == 1);
  1376. if (scale_weight)
  1377. {
  1378. const caffe::BlobProto& weight_blob = binlayer.blobs(0);
  1379. fprintf(pp, " 0=%d", (int)weight_blob.data_size());
  1380. }
  1381. else
  1382. {
  1383. fprintf(pp, " 0=-233");
  1384. }
  1385. fprintf(pp, " 1=%d", scale_param.bias_term());
  1386. for (int j=0; j<binlayer.blobs_size(); j++)
  1387. {
  1388. const caffe::BlobProto& blob = binlayer.blobs(j);
  1389. fwrite(blob.data().data(), sizeof(float), blob.data_size(), bp);
  1390. }
  1391. }
  1392. else if (layer.type() == "ShuffleChannel")
  1393. {
  1394. const caffe::ShuffleChannelParameter& shuffle_channel_param = layer.shuffle_channel_param();
  1395. fprintf(pp, " 0=%d", shuffle_channel_param.group());
  1396. }
  1397. else if (layer.type() == "Slice")
  1398. {
  1399. const caffe::SliceParameter& slice_param = layer.slice_param();
  1400. if (slice_param.slice_point_size() == 0)
  1401. {
  1402. int num_slice = layer.top_size();
  1403. fprintf(pp, " -23300=%d", num_slice);
  1404. for (int j=0; j<num_slice; j++)
  1405. {
  1406. fprintf(pp, ",-233");
  1407. }
  1408. }
  1409. else
  1410. {
  1411. int num_slice = slice_param.slice_point_size() + 1;
  1412. fprintf(pp, " -23300=%d", num_slice);
  1413. int prev_offset = 0;
  1414. for (int j=0; j<slice_param.slice_point_size(); j++)
  1415. {
  1416. int offset = slice_param.slice_point(j);
  1417. fprintf(pp, ",%d", offset - prev_offset);
  1418. prev_offset = offset;
  1419. }
  1420. fprintf(pp, ",-233");
  1421. }
  1422. int dim = slice_param.axis() - 1;
  1423. fprintf(pp, " 1=%d", dim);
  1424. }
  1425. else if (layer.type() == "Softmax")
  1426. {
  1427. const caffe::SoftmaxParameter& softmax_param = layer.softmax_param();
  1428. int dim = softmax_param.axis() - 1;
  1429. fprintf(pp, " 0=%d", dim);
  1430. fprintf(pp, " 1=1");
  1431. }
  1432. else if (layer.type() == "Threshold")
  1433. {
  1434. const caffe::ThresholdParameter& threshold_param = layer.threshold_param();
  1435. fprintf(pp, " 0=%f", threshold_param.threshold());
  1436. }
  1437. else if (layer.type() == "YoloDetectionOutput")
  1438. {
  1439. const caffe::YoloDetectionOutputParameter& yolo_detection_output_param = layer.yolo_detection_output_param();
  1440. fprintf(pp, " 0=%d", yolo_detection_output_param.num_classes());
  1441. fprintf(pp, " 1=%d", yolo_detection_output_param.num_box());
  1442. fprintf(pp, " 2=%f", yolo_detection_output_param.confidence_threshold());
  1443. fprintf(pp, " 3=%f", yolo_detection_output_param.nms_threshold());
  1444. int num_bias = yolo_detection_output_param.biases_size();
  1445. fprintf(pp, " -23304=%d", num_bias);
  1446. for (int j=0; j<num_bias; j++)
  1447. {
  1448. fprintf(pp, ",%f", yolo_detection_output_param.biases(j));
  1449. }
  1450. }
  1451. else if (layer.type() == "Yolov3DetectionOutput")
  1452. {
  1453. const caffe::Yolov3DetectionOutputParameter& yolov3_detection_output_param = layer.yolov3_detection_output_param();
  1454. fprintf(pp, " 0=%d", yolov3_detection_output_param.num_classes());
  1455. fprintf(pp, " 1=%d", yolov3_detection_output_param.num_box());
  1456. fprintf(pp, " 2=%f", yolov3_detection_output_param.confidence_threshold());
  1457. fprintf(pp, " 3=%f", yolov3_detection_output_param.nms_threshold());
  1458. int num_bias = yolov3_detection_output_param.biases_size();
  1459. fprintf(pp, " -23304=%d", num_bias);
  1460. for (int j = 0; j<num_bias; j++)
  1461. {
  1462. fprintf(pp, ",%f", yolov3_detection_output_param.biases(j));
  1463. }
  1464. int num_mask = yolov3_detection_output_param.mask_size();
  1465. fprintf(pp, " -23305=%d", num_mask);
  1466. for (int j = 0; j<num_mask; j++)
  1467. {
  1468. fprintf(pp, ",%f", (float)yolov3_detection_output_param.mask(j));
  1469. }
  1470. int num_anchors = yolov3_detection_output_param.anchors_scale_size();
  1471. fprintf(pp, " -23306=%d", num_anchors);
  1472. for (int j = 0; j<num_anchors; j++)
  1473. {
  1474. fprintf(pp, ",%f", (float)yolov3_detection_output_param.anchors_scale(j));
  1475. }
  1476. fprintf(pp, " 7=%d", yolov3_detection_output_param.mask_group_num());
  1477. }
  1478. fprintf(pp, "\n");
  1479. // add split layer if top reference larger than one
  1480. if (layer.bottom_size() == 1 && layer.top_size() == 1 && layer.bottom(0) == layer.top(0))
  1481. {
  1482. std::string blob_name = blob_name_decorated[layer.top(0)];
  1483. if (bottom_reference.find(blob_name) != bottom_reference.end())
  1484. {
  1485. int refcount = bottom_reference[blob_name];
  1486. if (refcount > 1)
  1487. {
  1488. char splitname[256];
  1489. sprintf(splitname, "splitncnn_%d", internal_split);
  1490. fprintf(pp, "%-16s %-16s %d %d", "Split", splitname, 1, refcount);
  1491. fprintf(pp, " %s", blob_name.c_str());
  1492. for (int j=0; j<refcount; j++)
  1493. {
  1494. fprintf(pp, " %s_splitncnn_%d", blob_name.c_str(), j);
  1495. }
  1496. fprintf(pp, "\n");
  1497. internal_split++;
  1498. }
  1499. }
  1500. }
  1501. else
  1502. {
  1503. for (int j=0; j<layer.top_size(); j++)
  1504. {
  1505. std::string blob_name = layer.top(j);
  1506. if (bottom_reference.find(blob_name) != bottom_reference.end())
  1507. {
  1508. int refcount = bottom_reference[blob_name];
  1509. if (refcount > 1)
  1510. {
  1511. char splitname[256];
  1512. sprintf(splitname, "splitncnn_%d", internal_split);
  1513. fprintf(pp, "%-16s %-16s %d %d", "Split", splitname, 1, refcount);
  1514. fprintf(pp, " %s", blob_name.c_str());
  1515. for (int j=0; j<refcount; j++)
  1516. {
  1517. fprintf(pp, " %s_splitncnn_%d", blob_name.c_str(), j);
  1518. }
  1519. fprintf(pp, "\n");
  1520. internal_split++;
  1521. }
  1522. }
  1523. }
  1524. }
  1525. }
  1526. fclose(pp);
  1527. fclose(bp);
  1528. return 0;
  1529. }