chars2vec icon indicating copy to clipboard operation
chars2vec copied to clipboard

OutOfMemory Error on SageMaker with 6 Million Data

Open sunilnitdgp opened this issue 2 years ago • 0 comments

When attempting to run the code on SageMaker with a dataset of 6 million records and using the instance type ml.m5.4xlarge, I encounter an "OutOfMemory" issue, resulting in the process being killed by SIGKILL (signal 9). This occurs due to high memory consumption during the execution of the code. However, it's working fine in local mac m1 with tensorflow-macos package

sunilnitdgp avatar Jul 19 '23 06:07 sunilnitdgp