ml q3 improve to 98.4%
This commit is contained in:
@ -298,8 +298,8 @@ class DigitClassificationModel(Module):
|
|||||||
"""
|
"""
|
||||||
""" YOUR CODE HERE """
|
""" YOUR CODE HERE """
|
||||||
optimizer = torch.optim.Adam(self.parameters(), lr=0.0005)
|
optimizer = torch.optim.Adam(self.parameters(), lr=0.0005)
|
||||||
dataloader = DataLoader(dataset, batch_size=20, shuffle=True)
|
dataloader = DataLoader(dataset, batch_size=100, shuffle=True)
|
||||||
max_round=15000
|
max_round=30000
|
||||||
required_accuracy=0.99
|
required_accuracy=0.99
|
||||||
round_cnt=0
|
round_cnt=0
|
||||||
while round_cnt<max_round:
|
while round_cnt<max_round:
|
||||||
|
Reference in New Issue
Block a user