kingfengji / gcForest

This is the official implementation for the paper 'Deep forest: Towards an alternative to deep neural networks'
http://lamda.nju.edu.cn/code_gcForest.ashx
1.31k stars 425 forks source link

kernel died #53

Open cs666cs opened 5 years ago

cs666cs commented 5 years ago

When I ran gc.fit_transform(X_train, y_train) and then the kernel died .

I don't know how to solve this problem...

zhangjiahuan17 commented 5 years ago

I have met the same problem.....

ZhouY-JustLL commented 5 years ago

I met the same problem, and it turned out to be memory exhausted problem. I used only cpu for training and reduced the number of input samples. It worked fine.