Unable to export model

Config file :-
spec.txt (2.0 KB)

Tao version :- docker_tag: v3.21.08-py3
Network type → yolo_v4

Hi,

I am unable to export tlt file to .etlt format as in the terminal facing the issue shown below:-

google.protobuf.text_format.ParseError: 1:1 : Message type “Experiment” has no field named “model_config”.
2022-02-02 13:42:21,641 [INFO] tlt.components.docker_handler.docker_handler: Stopping container.

I am using below command to export the model file from .tlt to .etlt :-

command :- tao yolo_v4 export -m /workspace/tao-experiments/results/weights/resnet_100.tlt -e /workspace/tao-experiments/specs/spec.txt -k KEY

I have also attached the configuration file for your reference.

Looking forward for help from your side.

Got my answer I am using classification but in the export model command I Typed yolo_v4 instead of classification. Issue got fixed.

1 Like

Good, thanks for sharing.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.