parser.add_argument('--dataset', required=False, default='pix2pix', help='')
时间: 2024-01-18 18:03:20 浏览: 49
parser.add_argument中的action使用
5星 · 资源好评率100%
The "dataset" argument is optional and has a default value of "pix2pix". It is used to specify the name of the dataset to be used for training/testing the model.
阅读全文