Skip to content

Code for "Characterising Across Stack Optimisations for Deep Convolutional Neural Networks"

License

Notifications You must be signed in to change notification settings

jack-willturner/characterising-neural-compression

Repository files navigation


You need to include the weights file (e.g. vgg_plain.txt) file generated from scratchpad/codes/pytorch-cifar/


compile:	gcc -O3 VGG16_CPU_cifar.c -lm -fopenmp -o VGG16_CPU_cifar 

run (example):	./VGG-16_CPU_cifar weights/vgg.txt img/filelist_cf.txt result_cf_conv.txt 1	(only convolutional layers)
run (example):	./VGG-16_CPU_cifar weights/vgg.txt img/filelist_cf.txt result_cf.txt		(all layers)

About

Code for "Characterising Across Stack Optimisations for Deep Convolutional Neural Networks"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published