Train GRU4Rec with large file #1972
Unanswered
anilkumargautam1
asked this question in
General
Replies: 1 comment
-
Hi Anil Sincerely yours, |
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
-
HI
I have large atomic dile of interactions appox 10 GB, i am trying to train model with following code
queue = mp.get_context("spawn").SimpleQueue()
run_recbole(model='GRU4Rec', dataset='cd-data-2', config_file_list=['test_seq.yaml'],queue=queue)
but after some time its terminated with following message
Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
Please suggest what i can do to train with large data set
Thanks
Anil
Beta Was this translation helpful? Give feedback.
All reactions