Skip to content

Commit

Permalink
fix nn
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalIversen committed Oct 16, 2024
1 parent 78748fb commit 0eaeb07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drevalpy/models/simple_neural_network/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def fit(
shuffle=True,
num_workers=num_workers,
persistent_workers=True,
drop_last=True,
)

val_loader = None
Expand Down

0 comments on commit 0eaeb07

Please sign in to comment.