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

fail to install tensorflow #13

Closed sue2415535899 closed 7 years ago

sue2415535899 commented 7 years ago

tensorflow can be only devloped with python3.X,but other package is developed with python 2.7.how can i developed tensorflow with python 2.7? looking forward to your reply.

kingfengji commented 7 years ago

tensorflow can be used in 2.7 also on linux/macos platform. besides tensorflow is only used for loading data via keras. if you know how to pre-load mnist/cifar10/imdb by yourself, actually you dont need to install tf/keras at all.