pyFM
pyFM copied to clipboard
Pycharm error: Process finished with exit code -1073741819 (0xC0000005)
I was using pyFM to classify a data set. When only 50% of the data were used, the program went on normally. But when I tried to use all the data (the amount was about 300,000), an error occurred in pycharm at fm.fit(): Process finished with exit code -1073741819 (0xC0000005). I wonder if it was running out of memory?