[tune] tbx logger (#6133)

* tbx

* add_hparams

* fix_hparams

* ok

* ok

* fix

* ok

* fix
This commit is contained in:
Richard Liaw
2019-11-15 08:45:44 -08:00
committed by GitHub
parent 8ff393a7bd
commit 62cbc043b4
5 changed files with 85 additions and 4 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ RUN pip install -U h5py # Mutes FutureWarnings
RUN pip install --upgrade bayesian-optimization
RUN pip install --upgrade hyperopt==0.1.2
RUN pip install ConfigSpace==0.4.10
RUN pip install --upgrade sigopt nevergrad scikit-optimize hpbandster lightgbm xgboost torch torchvision
RUN pip install --upgrade sigopt nevergrad scikit-optimize hpbandster lightgbm xgboost torch torchvision tensorboardX
RUN pip install -U tabulate mlflow
RUN pip install -U pytest-remotedata>=0.3.1