Skip to content

extract caffe model's parameters to numpy array, and write them to files

Notifications You must be signed in to change notification settings

nilboy/extract-caffe-params

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Extract-caffe-params

By nilboy

extract caffe model's parameters to numpy array, and write them to files

python extract.py -h

usage: extract.py [-h] [--model MODEL] [--weights WEIGHTS] [--output OUTPUT]

optional arguments:

  -h, --help         show this help message and exit
  --model MODEL      model prototxt path .prototxt
  --weights WEIGHTS  caffe model weights path .caffemodel
  --output OUTPUT    output path

##Example python extract.py --model=init.prototxt --weights=init.caffemodel --output=out

About

extract caffe model's parameters to numpy array, and write them to files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages