GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst

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

Open
#2,698 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
8.6k
Forks
6.1k
Avg merge
4h 44m
Merged PRs (30d)
2

Description

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)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.