Skip to content

Commit

Permalink
Update train_model.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
nikp1172 authored Feb 12, 2024
1 parent 820c922 commit bed6314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mnist-classifaction/train_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"source": [
"import mlfoundry\n",
"\n",
"client = mlfoundry.get_client()"
"client = mlfoundry.get_client(disable_analytics=True)"
]
},
{
Expand Down Expand Up @@ -163,7 +163,7 @@
"outputs": [],
"source": [
"client.create_ml_repo(ML_REPO_NAME)\n",
"run = client.create_run(ml_repo=ML_REPO_NAME, name=\"train-model\")\n",
"run = client.create_run(ml_repo=ML_REPO_NAME, run_name=\"train-model\")\n",
"\n",
"# Plot some sample images\n",
"plt.figure(figsize=(10, 5))\n",
Expand Down Expand Up @@ -350,4 +350,4 @@
"nbformat": 4,
"nbformat_minor": 4
}


0 comments on commit bed6314

Please sign in to comment.