Please provide the following information when requesting support.
• Hardware A6000
• Network Type Classification
• TLT Version (Please run “tlt info --verbose” and share “docker_tag” here)
• Training spec file(If have, please share here)
• How to reproduce the issue ? (This is for errors. Please share the command line and the detailed log here.)
I am trying to run this file tao_tutorials/notebooks/tao_launcher_starter_kit/classification_tf1/tao_voc/classification.ipynb at main · NVIDIA/tao_tutorials · GitHub with mobilenet_v2
I have performed every step up to the model inference cell. I keep getting an error saying that a results.json is not there. I looked in datasets and there is no file. What to do?
!tao model classification_tf1 inference -e $SPECS_DIR/classification_retrain_spec.cfg
-m $USER_EXPERIMENT_DIR/output_retrain/weights/mobilenet_v2_$EPOCH.hdf5
-b 32 -d $DATA_DOWNLOAD_DIR/split/test/person
-cm $USER_EXPERIMENT_DIR/output_retrain/classmap.json
I get this:
FileNotFoundError: [Errno 2] No such file or directory: ‘workspace/tao-experiments/data/split/test/person/result.csv’
2 posts - 2 participants