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 427 forks source link

how to config sequence features when using FGLayer? #60

Open jia-zhuang opened 5 years ago

jia-zhuang commented 5 years ago

For image features, e.g. 28x28, we can use FGWinLayer, what about sequence features, e.g. len=200, how to config gc.json file?

RayShark commented 5 years ago

Hi, @jia-zhuang , I also met the same problem when training my 1-D signal. I tried many ways to adjust the parameters in my model-gc.json and reshape my input data, but the performance didn't seem to improve... Have you got some simple solution?

machao199271 commented 4 years ago

Hi, @RayShark . I even don't know how to config gc.json file for 1-D signal. Can you share it for reference?