This commit is contained in:
Yuge Zhang 2019-10-18 17:48:50 +08:00 коммит произвёл QuanluZhang
Родитель fd551c8611
Коммит 1d960d45ad
5 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -232,7 +232,7 @@ For NNI on Windows, please refer to [NNI on Windows](docs/en_US/Tutorial/NniOnWi
**Verify install**
The following example is an experiment built on TensorFlow. Make sure you have **TensorFlow installed** before running it.
The following example is an experiment built on TensorFlow. Make sure you have **TensorFlow 1.x installed** before running it. Note that **currently Tensorflow 2.0 is NOT supported**.
* Download the examples via clone the source code.

Просмотреть файл

@ -73,7 +73,7 @@ setuptools.setup(
'requests',
'astor',
'PythonWebHDFS',
'hyperopt',
'hyperopt==0.1.2',
'json_tricks',
'numpy',
'scipy',

Просмотреть файл

@ -48,7 +48,7 @@ setup(
python_requires = '>=3.5',
install_requires = [
'astor',
'hyperopt',
'hyperopt==0.1.2',
'json_tricks',
'numpy',
'psutil',

Просмотреть файл

@ -4,7 +4,7 @@ json_tricks
# hyperopt tuner
numpy
scipy
hyperopt
hyperopt==0.1.2
# metis tuner
sklearn

Просмотреть файл

@ -32,7 +32,7 @@ setuptools.setup(
python_requires = '>=3.5',
install_requires = [
'hyperopt',
'hyperopt==0.1.2',
'json_tricks',
'numpy',
'scipy',