Skip to content

Commit 65322ae

Browse files
ovalle15ovalle15
authored andcommitted
removed instructions from ontoloy and queue_mode from create_project
1 parent e329672 commit 65322ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/basics/batches.ipynb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,7 @@
140140
"# Project defaults to batch mode with benchmark quality settings if the queue mode argument is not provided\n",
141141
"# Queue mode will be deprecated once dataset mode is deprecated \n",
142142
"\n",
143-
"# Create a batch project with benchmark quality control. Consensus is currentely not supported with Batches\n",
144143
"project = client.create_project( name=\"Demo-Batches-Project\", \n",
145-
" auto_audit_percentage=1,\n",
146-
" auto_audit_number_of_labels=1,\n",
147144
" media_type=lb.MediaType.Image\n",
148145
" )\n",
149146
"print(\"Project Name:\", project.name ,\n",

0 commit comments

Comments
 (0)