Skip to content

psakamoori/CaffeModelFileParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CaffeModelFileParser

Overview

Parser the .caffemodel file to extract Layer information, Weights and Bias of each layers. This helps in implementing classifying/inferencing on VPU's

Script

Python CaffemodelParser.py "path to deploy.prototxt file" "path to .caffemodel file"

Output

  • LayerName: Name of the Layer
  • Weights: Layer Weight Matrix
  • Bias : Layer Bias Matrix

Releases

No releases published

Packages

No packages published

Languages