Skip to content
Snippets Groups Projects
Commit 5217ca19 authored by Stefan Kesselheim's avatar Stefan Kesselheim
Browse files

update

parent 49c75086
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ model=model.cuda()
loss_fn = torch.nn.CrossEntropyLoss()
optimizer=torch.optim.Adam(model.parameters(), lr=0.001)
optimizer=torch.optim.Adam(model.parameters(), lr=0.0001)
num_epochs=20
args=types.SimpleNamespace(dry_run=False, log_interval=16)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment