mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
Minor fixes in BERT Inference notebook (#5637)
Add missing commas to the code example.
This commit is contained in:
parent
1cca903680
commit
ff538b8d3a
1 changed files with 3 additions and 3 deletions
|
|
@ -115,9 +115,9 @@
|
|||
"estimator = PyTorch(source_directory=project_roots, \n",
|
||||
" script_params={'--output-dir': './outputs'},\n",
|
||||
" compute_target=gpu_compute_target,\n",
|
||||
" use_docker=True\n",
|
||||
" custom_docker_image=image_name\n",
|
||||
" script_params = {...}\n",
|
||||
" use_docker=True,\n",
|
||||
" custom_docker_image=image_name,\n",
|
||||
" script_params = {...},\n",
|
||||
" entry_script='run_squad_azureml.py', # change here\n",
|
||||
" node_count=1,\n",
|
||||
" process_count_per_node=4,\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue