Update high parameter of minist.
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 743 B |
Before Width: | Height: | Size: 700 B After Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 662 B After Width: | Height: | Size: 731 B |
Before Width: | Height: | Size: 702 B After Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 109 B After Width: | Height: | Size: 110 B |
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 533 B |
|
@ -18,7 +18,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
||||||
|
|
||||||
# Hyper-parameters
|
# Hyper-parameters
|
||||||
num_epochs = 1
|
num_epochs = 1
|
||||||
batch_size = 128
|
batch_size = 64
|
||||||
learning_rate = 0.2
|
learning_rate = 0.2
|
||||||
|
|
||||||
transform = transforms.Compose([transforms.ToTensor()])
|
transform = transforms.Compose([transforms.ToTensor()])
|
||||||
|
|
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 110 B |