Please provide the following information when requesting support.
Encountered below error while executing on colab.
I’m training yolov3 model and before conversion of Kitti dataset encountered the error while executing the below command:
!tao model yolo_v3 dataset_convert -d $SPECS_DIR/tfrecords_kitti_trainval.txt
-o $DATA_DIR/tfrecords/kitti_trainval/kitti_trainval
Error:
from nvidia_tao_tf1.cv.common.utils import check_tf_oom, hvd_keras, initialize
File “/usr/local/lib/python3.8/dist-packages/nvidia_tao_tf1/cv/common/utils.py”, line 32, in
from eff.core import Archive
ModuleNotFoundError: No module named ‘eff.core’
Please let me know how to resolve the above error occurred.
1 post - 1 participant