Hello. When I execute tao model yolo_v3 dataset_convert -d /workspace/tao-experiments/kitti_config -o /workspace/tao-experiments/output_tfrecords
, I encounter an error: tensorflow.python.framework.errors_impl.PermissionDeniedError: /workspace/tao-experiments/output_tfrecords-fold-000-of-002-shard-00000-of-00010; Permission denied
. I have checked the UID and GID for Docker, and I have confirmed the write permissions for the mounted output_tfrecords
directory, but I cannot resolve this error.
5 posts - 2 participants