You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
When I run h5_to_trt.py converted my keras .h5 model to .pb model, the following error occurred.
It seems that there is something wrong with BatchNormalization(name = 'bn_conv1')(x) in my model.
How can I solve this mistake?
I look forward to your reply!
The text was updated successfully, but these errors were encountered:
Hi!
When I run h5_to_trt.py converted my keras .h5 model to .pb model, the following error occurred.
It seems that there is something wrong with BatchNormalization(name = 'bn_conv1')(x) in my model.
How can I solve this mistake?
I look forward to your reply!
The text was updated successfully, but these errors were encountered: