Skip to content

training-data-analyst/self-paced-labs/vertex-ai/vertex-ai-qwikstart\lab_exercise.ipynb #2698

@dsgogogo

Description

@dsgogogo

Ln 27 - STEPS_PER_EPOCH = (TOTAL_TRAIN_EXAMPLES // (BATCH_SIZE*N_CHECKPOINTS))

I think the steps should be as below. We don't need checkpoints in the formula.

STEPS_PER_EPOCH = (TOTAL_TRAIN_EXAMPLES // (BATCH_SIZE)

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