1. 使用可视化工具 netron,打开caffemodel

2. np.load() 读取a.py

# !/usr/bin/python

import numpy as np

weight = np.load('a.npy')

print weight