This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
error while train model with match mask_rcnn_fbnetv3g_fpn.yaml #635
Labels
bug
Something isn't working
I trained model with faster_rcnn_fbnetv3a_C4.yaml I exported the model to *.pt and run it on android with out any issue.
I tried to train model for smaller objects therefore I change my weight to mask_rcnn_fbnetv3g_fpn.yaml, it works perfect on python environment, but when I try to use it in android, I keep getting the error below:
FATAL EXCEPTION: Thread-2
Process: org.pytorch.demo.objectdetection, PID: 4185
com.facebook.jni.CppException: Output channel size of weight and bias must match.
The text was updated successfully, but these errors were encountered: