Skip to content
Snippets Groups Projects
Commit 9b4bf5ca authored by umlauf's avatar umlauf
Browse files

forgot comma

parent fc869575
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ def train(model, name, seed,gradient_accumulation_steps,mixup, threshold, lambda
for epoch in range(num_epochs):
#for param_tensor in model.state_dict():
# print(param_tensor, "\t", model.state_dict()[param_tensor])
print("Epoche: " epoch)
print("Epoche: ", epoch)
index=0
for batch in train_dataloader:
if name[0] == "b":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment