Skip to content

Commit bcdc7a2

Browse files
authored
Merge pull request #13 from truefoundry/nikp1172-patch-1
Update train_model.ipynb
2 parents 820c922 + bed6314 commit bcdc7a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mnist-classifaction/train_model.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"source": [
9292
"import mlfoundry\n",
9393
"\n",
94-
"client = mlfoundry.get_client()"
94+
"client = mlfoundry.get_client(disable_analytics=True)"
9595
]
9696
},
9797
{
@@ -163,7 +163,7 @@
163163
"outputs": [],
164164
"source": [
165165
"client.create_ml_repo(ML_REPO_NAME)\n",
166-
"run = client.create_run(ml_repo=ML_REPO_NAME, name=\"train-model\")\n",
166+
"run = client.create_run(ml_repo=ML_REPO_NAME, run_name=\"train-model\")\n",
167167
"\n",
168168
"# Plot some sample images\n",
169169
"plt.figure(figsize=(10, 5))\n",
@@ -350,4 +350,4 @@
350350
"nbformat": 4,
351351
"nbformat_minor": 4
352352
}
353-
353+

0 commit comments

Comments
 (0)