yuxiaomu1124 2019-06-24 16:00 采纳率: 0%
浏览 1250
已采纳

我是新手,这个问题能帮我看看吗

ef parse_args():

parser = argparse.ArgumentParser(description='Basic statistics on tfrecord files')

parser.add_argument('--dataset_path', dest='dataset_path',
                    help='Path to the dataset json file.', type=str,
                    required=True)

parser.add_argument('--prefix', dest='dataset_name',
                    help='Prefix for the tfrecords (e.g. `train`, `test`, `val`).', type=str,
                    required=True)

parser.add_argument('--output_dir', dest='output_dir',
                    help='Directory for the tfrecords.', type=str,
                    required=True)

parser.add_argument('--shards', dest='num_shards',
                    help='Number of shards to make.', type=int,
                    required=True)

parser.add_argument('--threads', dest='num_threads',
                    help='Number of threads to make.', type=int,
                    required=True)

parser.add_argument('--shuffle', dest='shuffle',
                    help='Shuffle the records before saving them.',
                    required=False, action='store_true', default=False)

parser.add_argument('--store_images', dest='store_images',
                    help='Store the images in the tfrecords.',
                    required=False, action='store_true', default=False)

parsed_args = parser.parse_args()

return parsed_args





    错误提示:usage: create_tfrecords.py [-h] --dataset_path DATASET_PATH --prefix
                       DATASET_NAME --output_dir OUTPUT_DIR --shards
                       NUM_SHARDS --threads NUM_THREADS [--shuffle]
                       [--store_images]

create_tfrecords.py: error: the following arguments are required: --dataset_path, --prefix, --output_dir, --shards, --threads

  • 写回答

1条回答 默认 最新

  • 吃鸡王者 2019-06-24 16:14
    关注

    在运行的时候这些参数是必须设定的,你没设定-dataset_path, --prefix, --output_dir, --shards, --threads 这个参数

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 安装quartus II18.1时弹出此error,怎么解决?
  • ¥15 keil官网下载psn序列号在哪
  • ¥15 想用adb命令做一个通话软件,播放录音
  • ¥30 Pytorch深度学习服务器跑不通问题解决?
  • ¥15 部分客户订单定位有误的问题
  • ¥15 如何在maya程序中利用python编写领子和褶裥的模型的方法
  • ¥15 Bug traq 数据包 大概什么价
  • ¥15 在anaconda上pytorch和paddle paddle下载报错
  • ¥25 自动填写QQ腾讯文档收集表
  • ¥15 DbVisualizer Pro 12.0.7 sql commander光标错位 显示位置与实际不符