Skip to content
Snippets Groups Projects
Commit 6f48c9f9 authored by Schneider Leo's avatar Schneider Leo
Browse files

datasets

parent 57892672
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ def train_model(config, args):
loss_rt = criterion_rt(rt, pred_rt)
loss_int = criterion_intensity(intensity, pred_int)
loss = loss_rt + loss_int
val_loss += loss.item().numpy()
val_loss += loss.item()
val_steps += 1
# Here we save a checkpoint. It is automatically registered with
......
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