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

update

parent 49c75086
Branches
Tags
No related merge requests found
...@@ -83,7 +83,7 @@ model=model.cuda() ...@@ -83,7 +83,7 @@ model=model.cuda()
loss_fn = torch.nn.CrossEntropyLoss() 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 num_epochs=20
args=types.SimpleNamespace(dry_run=False, log_interval=16) 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