Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGoyette committed Feb 26, 2024
1 parent a9c4bcd commit 8027d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/fashion_mnist_train/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def train(project: Optional[str], entity: Optional[str], **kwargs: Any):
# get training parameters from config
epochs = train_config.get("epochs", 10)
learning_rate = train_config.get("learning_rate", 0.001)

steps_per_epoch = train_config.get("steps_per_epoch", 10)

# load data
(train_X, train_y), (test_X, test_y) = fashion_mnist.load_data()
Expand Down

0 comments on commit 8027d64

Please sign in to comment.