Skip to content

Commit

Permalink
set device to auto in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra committed Mar 5, 2024
1 parent 2a8cb83 commit 0f929b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/1_Nimbus_Predict.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
" test_time_aug=True,\n",
" input_shape=[1024,1024],\n",
" suffix=\".tiff\",\n",
" device=\"cpu\",\n",
" device=\"auto\",\n",
")\n",
"\n",
"# check if all inputs are valid\n",
Expand Down

0 comments on commit 0f929b7

Please sign in to comment.