Skip to content

Commit

Permalink
epoch 100
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldasheinrich committed Jan 11, 2024
1 parent 5cd4a3c commit c21d00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/FM_NFM/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ def worker_init_fn(worker_id):


if epoch % 10 == 0:
if epoch < 100:
continue
#if epoch < 100:
#continue

model.eval()
train_RMSE = evaluate.RMSE(model, args.model, train_loader)
Expand Down

0 comments on commit c21d00f

Please sign in to comment.