зеркало из https://github.com/microsoft/nni.git
fix hyperopt version (#1625)
This commit is contained in:
Родитель
fd551c8611
Коммит
1d960d45ad
|
@ -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',
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче