nlp-architect icon indicating copy to clipboard operation
nlp-architect copied to clipboard

bug: [Memory error while training the absa solution model]

Open chetanniradwar opened this issue 4 years ago • 3 comments

  1. My vs code is getting crashed when I choose the dataset given in the folder and start training the model
  2. The command prompt says it is memory error
  3. please solve this issue

**Environment setup: **

  • OS (Linux/Mac OS): Windows 10 64 bit
  • Python version: 3.79
  • memory-6gb
  • processor- Amd ryzen 5 3500u 3rd gen

chetanniradwar avatar Jan 22 '21 08:01 chetanniradwar

I'm sorry @chetannirdwar you need to provide us more details of what you're trying to run

peteriz avatar Jan 25 '21 08:01 peteriz

In the application . We can select our own train dataset (.csv) file and test dataset (.csv) . When we use pretrained model .it is running and showing output( as shown in video) but when I select the training dataset provided in the folder itself causes to crash the whole vs code( it says VS code is not responding) I have to restart it. It may be due to memory error. As I have only 6gb memory. Can we write a code to consume specific resources from the computer so that computer will not crash.

chetanniradwar avatar Feb 26 '21 09:02 chetanniradwar

Hi @chetannirdwar, What is the size of you train and test datasets? Can you share the files? Also, please try running from the command prompt instead of VS code. If it works, try increasing the memory quota in VS code and then run in VS code.

danielkorat avatar Apr 12 '21 11:04 danielkorat