Traceback most recent call last File tfrecord_image_resizerpy line 203 in module else raise ValueErrorCould not identify name of dataset Please specify with --data_name optionValueError Could not
这个错误是因为在运行Python脚本时没有指定数据集的名称。你需要使用 --data_name 选项来指定数据集的名称。例如:
python tfrecord_image_resizer.py --data_name my_dataset
将 my_dataset 替换为你实际使用的数据集名称。
原文地址: https://www.cveoy.top/t/topic/cPPJ 著作权归作者所有。请勿转载和采集!