INNER CODE UNIT · Python

default

NVIDIA/DeepLearningExamples · PyTorch/Classification/ConvNets/main.py:143

        default=-1,
        type=int,
        metavar="N",
        help="run only N epochs, used for checkpointing runs",
    )
    parser.add_argument(
        "--early-stopping-patience",
        default=-1,
        type=int,
        metavar="N",
        help="early stopping after N epochs without validation accuracy improving",
    )
    parser.add_argument(
        "--image-size", default=None, type=int, help="resolution of image"
    )
    parser.add_argument(
        "-b",
        "--batch-size",

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…