質問するログイン新規登録

回答編集履歴

1

C#と間違った記述をしていたので、Pythonに修正した

2021/04/19 08:27

投稿

Ftps
Ftps

スコア295

answer CHANGED
@@ -1,9 +1,9 @@
1
1
  質問修正のご指摘どうり
2
- ```C#
2
+ ```Python
3
3
  device = torch.device('cuda')
4
4
  ```
5
5
  の部分を
6
- ```C#
6
+ ```Python
7
7
  device = torch.device('cpu')
8
8
  ```
9
9
  でいけました