ignvinay

Results 7 comments of ignvinay
trafficstars

I am also getting same errors. Please guide me , how did you solve this . model = train(features, labels, epochs=100, print_summary=True) File "........\pyaudioclassification_init_.py", line 49, in train model.fit(x, y,...

Thanks r0drigor. I am finding hard to convert weights of resnet-50. Any ideas how we can get this done ?

I meant format of fixed point representation. As i see all weights are quantized by 8 bits and there are no bias values in weights_qt.data , may be because the...

It would be great if you can share your data format represetations for weights_qt.data fc_1024.data mean.data alpha.data beta.data var.data I tried quantizing values with 8 bits, i can see conv1...

Hi Doony, Looks like you are trying to implement the fused batch normalization. But i am not able to get your format of representation for mean,var and alpha and beta....

I tried recommended steps as above, but i am also getting empty detections for resnet50. Any ideas, on how to make this work ?