Skip to content

Instantly share code, notes, and snippets.

@juliensimon
Created June 2, 2018 08:21
Show Gist options
  • Save juliensimon/aa182bb4bd2da4510f4c6460f0c4143b to your computer and use it in GitHub Desktop.
Save juliensimon/aa182bb4bd2da4510f4c6460f0c4143b to your computer and use it in GitHub Desktop.
pytorch-log
Hyper parameters: {'epochs': '10', 'lr': '0.01', 'batch_size': '128'}
Input parameters: {'training': {'RecordWrapperType': 'None', 'TrainingInputMode': 'File', 'S3DistributionType': 'FullyReplicated'}, 'validation': {'RecordWrapperType': 'None', 'TrainingInputMode': 'File', 'S3DistributionType': 'FullyReplicated'}}
Train Epoch: 1 [0/60000 (0%)] Loss: 2.349514
Train Epoch: 1 [1280/60000 (2%)] Loss: 2.296775
Train Epoch: 1 [2560/60000 (4%)] Loss: 2.258955
Train Epoch: 1 [3840/60000 (6%)] Loss: 2.243712
Train Epoch: 1 [5120/60000 (9%)] Loss: 2.108034
Train Epoch: 1 [6400/60000 (11%)] Loss: 1.979539
...
Train Epoch: 10 [56320/60000 (94%)] Loss: 0.178176
Train Epoch: 10 [57600/60000 (96%)] Loss: 0.109542
Train Epoch: 10 [58880/60000 (98%)] Loss: 0.151139
Test set: Average loss: 0.0450, Accuracy: 9864/10000 (99%)
===== Job Complete =====
Billable seconds: 174
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment