nlp-architect
nlp-architect copied to clipboard
bug: [Memory error while training the absa solution model]
- My vs code is getting crashed when I choose the dataset given in the folder and start training the model
- The command prompt says it is memory error
- 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
I'm sorry @chetannirdwar you need to provide us more details of what you're trying to run
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.
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.