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

NameError: name 'basestring' is not defined #48

Open 783572361 opened 6 years ago

783572361 commented 6 years ago

lib\gcforest\layers\fg_pool_layer.py NameError: name 'basestring' is not defined

DANNALI35 commented 6 years ago

same error when trying to run 'python demo_mnist.py --model demo_mnist-gc.json'

leoschet commented 5 years ago

Seems solved when replaced by str, please check this for more information