values are used for the missing arguments.
parser.add_argument('--dir', default='pet_images/', type=str, help='This is path to directory') parser.add_argument('--arch', default='vgg', type=str, help='This is ...