【发布时间】:2020-06-09 07:59:47
【问题描述】:
我尝试使用以下代码训练 ResNet 50 进行图像分类:https://github.com/mlperf/training/blob/master/image_classification/tensorflow/official/resnet/imagenet_main.py,但在处理过程中,我在第 322 行中出现错误 seed = int(argv[1]) IndexError: list index out of range。我该如何解决这个错误?我正在使用 TensorFlow 2.0。
【问题讨论】:
标签: image classification resnet