Please provide the following information when requesting support.
• Hardware (gpu size:33 gb)
Traininjg on:A4000
• Network Type Mask_rcnn
• TLT Version:tao v5
• Training spec file:mask_rcnn.ipynb
I am trying to generate .onnx model from the checkpoint that generated by mask rcnn but it fails to generate .onnx it always generate .uff model please provide solution how i able to generate .onnx model using these checkpoint …please take a look that the command written on jupyter notebook.!tao model mask_rcnn export -m $USER_EXPERIMENT_DIR/experiment_dir_unpruned/model.epoch-$NUM_EPOCH.tlt
-e $SPECS_DIR/maskrcnn_train_resnet50.txt
–gen_ds_config
–onnx tf2onnx
-o $USER_EXPERIMENT_DIR/export/model_rcnn.