rcmalli / keras-squeezenet

SqueezeNet implementation with Keras Framework
MIT License
404 stars 146 forks source link

Is there any kerns implementation for SqueezeNext ? #18

Open was84san opened 6 years ago

was84san commented 6 years ago

@rcmalli I just wonder if you can provide the kerns implementation for SqueezeNext network?

https://arxiv.org/abs/1803.10615

was84san commented 6 years ago

@rcmalli , Is there any hope you can provide kerns implementation of squuzenext in keras. I tried to convert the tensor flow version but it was hard because it use scope too many times in the code, and there is no scope anymore in keras layers.