Skip to content

Commit

Permalink
pytorch model/dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbchao committed Sep 26, 2023
1 parent 47dd3a4 commit ce790cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"metadata": {},
"outputs": [],
"source": [
"device = 'cpu'\n",
"device = 'cuda'\n",
"\n",
"class CNN(nn.Module):\n",
" def __init__(self):\n",
Expand Down

0 comments on commit ce790cc

Please sign in to comment.