cffe2tf half-auto conversion tool
- Step1
- modify caffe2tf.py and run step1 function
- open *.csv, [tf's var name, caffe's var name] are shown in first cols, make them as example.csv shows.
- notice, gamma <--> scale0 , beta <--> scale1
- Step2
- run step2 function to generate pkl file.
- load pkl in your training scripts!
normal CNN parameter, conv2d,prelu,fc,bn
depthwise conv, conv3d not tested, if you use them, try modify my step2 function