Skip to content

Missing argument: learning_rate #55

@nik1806

Description

@nik1806

The PilotNet training script in tensorflow needs a learning rate parameter as follow:

But no such argument is defined:

parser.add_argument("--data_dir", action='append', help="Directory to find Data")
parser.add_argument("--preprocess", action='append', default=None,
help="preprocessing information: choose from crop/nocrop and normal/extreme")
parser.add_argument("--data_augs", action='append', type=bool, default=None, help="Data Augmentations")
parser.add_argument("--num_epochs", type=int, default=100, help="Number of Epochs")
parser.add_argument("--batch_size", type=int, default=128, help="Batch size")
parser.add_argument("--img_shape", type=str, default=(200, 66, 3), help="Image shape")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions