SqueezeNext.PyTorch icon indicating copy to clipboard operation
SqueezeNext.PyTorch copied to clipboard

re-implement for paper: SqueezeNext: Hardware-Aware Neural Network Design. (SqueezeNext)

Results 5 SqueezeNext.PyTorch issues
Sort by recently updated
recently updated
newest added

Thanks for sharing wonderful repository. I have one problem while inferencing Squeezenext. I comapre Squeezenextv5 with Squeezenet and Squeezenext showed more inference time than Squeezenet. According to paper, Squeezenext should...

how can I cite this repo for paper, please provide me a citation

I just came across this new thing that you don't have a max pool layer as proposed in baseline squeezenext after first convolution block. Leaving this pooling layer out reduces...

I want to know how you are implementing scaling in all the layers in Pytorch, originally which is being done in Caffe model in each layer.

I want to know how exactly in which order you are appending layers in make layer function, eaxctly how this loop is working. strides = [stride] + [1] * (num_block...