wanglaotou / pytorch2caffe

pytorchTocaffe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorchTocaffe

本代码实现pytorch模型转换为caffe模型

  1. generate_prototxt.py

生成网络caffe对应的prototxt文件

  1. pytorchToCaffe.py

将你的pytorch模型转换为caffe模型

  1. test_ponet.py

验证你的pytorch模型,得到输出

  1. test_ponet_caffe.py

验证你转换的caffe模型,与pytorch模型结果进行对比

About

pytorchTocaffe


Languages

Language:Python 100.0%