zaidmehdi commited on
Commit
40d1a73
1 Parent(s): cf5faeb

changing torch device to cuda

Browse files
Files changed (1) hide show
  1. src/classifier.ipynb +1 -1
src/classifier.ipynb CHANGED
@@ -393,7 +393,7 @@
393
  }
394
  ],
395
  "source": [
396
- "device = torch.device(\"cpu\")\n",
397
  "type(device)"
398
  ]
399
  },
 
393
  }
394
  ],
395
  "source": [
396
+ "device = torch.device(\"cuda\")\n",
397
  "type(device)"
398
  ]
399
  },