Bhargav Kanakiya

Results 7 comments of Bhargav Kanakiya

Yes, that will work fine because he gets rid of the onboard camera check and hence, there is just one conversion method, RGBtoRGBAf which is the one you should use.

Hi @saichand07 , Great ob in quantizing the CRNN model. I have a quick question for you. Could you share some insights on how did you go about quantizing the...

Thank you, @saichand07 . ~~I believe you used `fake_quant_with_min_max_vars` function, correct? The examples use that. But how did you calculate the act_max for each layer? OR did you just keep...

Thanks! Were you able to verify that the fake quant nodes are added after each activation in the both GRU cells? For example, by inspecting the frozen graph trough tensorboard.

No. Unfortunately I cannot verify the two fake quant nodes for each GRU cell. So I haven't done the next part.

first of all, good that you figured some stuff. secondly, for the right shift, there is a problem. I had the same issue and logged #90 but no one responded....

Hi @ZacharyForrest what do you mean by properly configured GPU? Any special steps you had to take? I have `NaN` values for randomly initialized weights. Were you using pretrained weights...