Skip to content

Commit

Permalink
Disable CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcummins committed Sep 25, 2024
1 parent d897bb2 commit 1a9a05d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Image_Segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,22 @@
"import xarray as xr\n",
"import matplotlib.pyplot as plt\n",
"import os\n",
"import pickle"
"import pickle\n",
"import fastai"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "c20c5fd0",
"metadata": {
"vscode": {
"languageId": "julia"
}
},
"outputs": [],
"source": [
"fastai.torch_core.default_device(use_cuda=False)"
]
},
{
Expand Down

0 comments on commit 1a9a05d

Please sign in to comment.