Skip to content

Commit

Permalink
Removed commented code from train.py (Related #85) (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin authored Nov 3, 2021
1 parent 8eb1fa6 commit 7054790
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions example-dvc-experiments/code/src/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ def main():
assert training_images.shape[0] + testing_images.shape[0] == 70000
assert training_labels.shape[0] + testing_labels.shape[0] == 70000

# print(f"Training Dataset Shape: {training_images.shape}")
# print(f"Testing Dataset Shape: {testing_images.shape}")
# print(f"Training Labels: {training_labels}")
# print(f"Testing Labels: {testing_labels}")

training_images = normalize(training_images)
testing_images = normalize(testing_images)

Expand Down

0 comments on commit 7054790

Please sign in to comment.