daniel-kukiela / nmt-chatbot

NMT Chatbot
GNU General Public License v3.0
387 stars 214 forks source link

segmentation fault #168

Open cellydev opened 3 years ago

cellydev commented 3 years ago
Capture

i'm pretty new to programming, advice would greatly be appreciated

Nathan-Chell commented 3 years ago

I believe a segmentation fault is caused by a python extension trying to access memory beyond its reach, so my guess is that you run out of available RAM when running train.py?