Replies: 1 comment
-
Hi @bappctl thank you for reporting this. It looks like the problem occurs at the very end of the training, at the end of the final training epoch. You could try to set the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
torch: 2.0.1+cu118
Haystack version:
farm-haystack[all-gpu]==1.20.1
Issue:
reader.train(data_dir=<data_dir>, train_filename=<train_filename>, use_gpu=<use_gpu>, n_epochs=10, save_dir=<save_dir>)
getting blocked for ever and not exiting (not sure it was a successful train or not though the model get created in save_dir).
Beta Was this translation helpful? Give feedback.
All reactions