squeezenet icon indicating copy to clipboard operation
squeezenet copied to clipboard

Tensorflow implementation of SqueezeNet.

Results 6 squeezenet issues
Sort by recently updated
recently updated
newest added

It always throws the following exception,can you give some tips to fix this issue? I just tried it on tensorflow 1.9. I am not sure whether it works on other...

1*1 conv2d's out_shape is [batch_size, w,h,c ], so if want to concat two out, the axis should be -1 instead of 1 I think it's a small mistake

Hi, Thanks for your excellent work! I tried to implement it on a raspberry pi for a kitchen system to detect fruits and vegetables. Thus I need to retrain the...

Hello @vonclites, I want to know if this script needs only image size of 224x224 while creating a tfrecord file? Or will it work for any size image? Please, let...