Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
},
"outputs": [],
"source": [
"assert test_acc_task_1 >= 0.885, \"Train accuracy is below 0.885 threshold\"\n",
"assert test_acc_task_1 >= 0.885, \"Test accuracy is below 0.885 threshold\"\n",
"assert (\n",
" train_acc_task_1 >= 0.905\n",
"), \"Train accuracy is below 0.905 while test accuracy is fine. We recommend to check your model and data flow\""
Expand All @@ -369,7 +369,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Обращаем внимане, код ниже предполагает, что ваша модель имеет содержится в переменной `model_task_1`, а файл `hw_fmnist_data_dict.npy` находится в той же директории, что и ноутбук (он доступен в репозитории)."
"Обращаем внимание, код ниже предполагает, что ваша модель имеет содержится в переменной `model_task_1`, а файл `hw_fmnist_data_dict.npy` находится в той же директории, что и ноутбук (он доступен в репозитории)."
]
},
{
Expand Down