Jayan Kant Duggal

Results 3 comments of Jayan Kant Duggal

@Iuuuyi I want to give an acknowledgement to your work as it's my inspiration for the research paper and that pytorch implementation helped me a lot and I had to...

I want to rephrase my question and ask have you done scaling in the pytorch code of Squeezenext.

is transform.resize equivalent to scale layer, is meant for smooth transition from input to our convolution, did you implement this in your squeezenext code or not ? output = F.relu(self.bn1(self.conv1(input)))...