TAO 5.3 docker error

Please provide the following information when requesting support.

• Hardware GPU GTX 1050 Ti
• Network Type Yolo_v4
• 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 the example code notebooks/tao_launcher_starter_kit/yolo_v4/yolo_v4.ipynb.

when I run this line

!tao model yolo_v4 dataset_convert -d $SPECS_DIR/yolo_v4_tfrecords_kitti_train.txt \
                             -o $DATA_DOWNLOAD_DIR/yolo_v4/tfrecords/train \
                             -r $USER_EXPERIMENT_DIR/

got the error

docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker

Then I try to run docker

SPECS_DIR=/home/dct/tao_training/getting_started_v5.3.0/notebooks/tao_launcher_starter_kit/detectnet_v2/specs
USER_EXPERIMENT_DIR=/workspace/tao-experiments/yolo_v4
tao detectnet_v2 train -e $SPECS_DIR/detectnet_v2_train_resnet18_kitti.txt
-r $USER_EXPERIMENT_DIR/experiment_dir_unpruned
-n resnet18_detector
–gpus 1

this also gives the same error

Did you login to the NGC docker registry ( nvcr.io ) ?
$ docker login nvcr.io

  1. Username: “$oauthtoken”
  2. Password: “YOUR_NGC_API_KEY”

yes i have tried that

Please check if below works.
! tao info --verbose

Also, please open a terminal instead to run below.
$tao model yolo_v4 run /bin/bash

Please check if downgrading requests to 2.31.0 helps. Refer to Tao toolkit observations - #63 by foreverneilyoung.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

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