Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XIE Binghui committed Apr 11, 2024
1 parent 93b98b3 commit 22b7a5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WILDS/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ def train_pair(train_loader, epoch, agg):
running_losses = []
while sum([l > 1 for l in train_loader.dataset.batches_left.values()]) >= args.meta_steps:
model.train()
args.eval_iters = 5
i += 1
# sample `meta_steps` number of domains to use for the inner loop
domains = sample_domains(train_loader, args.meta_steps, args.stratified).tolist()
Expand Down

0 comments on commit 22b7a5e

Please sign in to comment.