Skip to content
Discussion options

You must be logged in to vote
  • For the sake of ease, don't sample 30% of the data, just to make sure the model isn't crashing.
  • Run 5 epochs with the larger dataset
  • Out of pure courisity, not related, can you confirm that it trains fast with 11 workers and not 0.

Without the code in front of me i'll need to make a guess, but first asking what the evaluation score is, you ran so few epochs that it didn't trigger manually, looks like

val_accuracy_interval: 20

is 20, you can change that to lower, but also can call

m.trainer.validate()

to get a test evaluation score, that will help us understand what if any issue, or if that print statem…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Jelle-d
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Jelle-d
Comment options

You must be logged in to vote
2 replies
@ethanwhite
Comment options

@bw4sz
Comment options

bw4sz Apr 4, 2025
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants