Fix Optimizer limits and values, update trains version in examples

This commit is contained in:
allegroai
2020-09-15 19:14:45 +03:00
parent ab5059e8e1
commit 8ec6bba4d9
5 changed files with 175 additions and 108 deletions

View File

@@ -12,7 +12,7 @@
"! pip install -U torch==1.5.1\n",
"! pip install -U torchaudio==0.5.1\n",
"! pip install -U matplotlib==3.2.1\n",
"! pip install -U trains>=0.16.0\n",
"! pip install -U trains>=0.16.1\n",
"! pip install -U tensorboard==2.2.1"
]
},

View File

@@ -12,7 +12,7 @@
"\n",
"# pip install with locked versions\n",
"! pip install -U pandas==1.0.3\n",
"! pip install -U trains>=0.16.1\n",
"! pip install -U trains>=0.16.2\n",
"! pip install -U optuna==2.0.0"
]
},
@@ -35,7 +35,9 @@
"metadata": {},
"outputs": [],
"source": [
"task = Task.init(project_name='Hyperparameter Optimization with Optuna', task_name='Hyperparameter Search')\n"
"task = Task.init(project_name='Hyperparameter Optimization with Optuna',\n",
" task_name='Hyperparameter Search',\n",
" task_type=Task.TaskTypes.optimizer)\n"
]
},
{
@@ -134,4 +136,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}