tflearn package安装【转自官方】
本帖最后由 Happy清子 于 2019-1-12 16:33 编辑To install TFLearn, the easiest way is to run one of the following options.
For the bleeding edge version:
pip install git+https://github.com/tflearn/tflearn.git
For the latest stable version:
pip install tflearn
You can also install from source by running this command (from source folder):
python setup.py install
TFLearn is compatible with master version of Tensorflow, but some warnings may appear.
页:
[1]