fastflow max_epochs #2572
-
Hi, for the fastflow model, what is the number of max_epochs? and if i want to update and change it? |
Beta Was this translation helpful? Give feedback.
Answered by
FedericoDeBona
Feb 17, 2025
Replies: 1 comment
-
From the paper, the suggested max epochs is 500. If you want to change it, you have to pass the argument to the Engine: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samet-akcay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the paper, the suggested max epochs is 500. If you want to change it, you have to pass the argument to the Engine:
Engine(max_epochs=500)