回答編集履歴

1

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

2021/04/19 08:27

投稿

Ftps
Ftps

スコア288

test CHANGED
@@ -1,6 +1,6 @@
1
1
  質問修正のご指摘どうり
2
2
 
3
- ```C#
3
+ ```Python
4
4
 
5
5
  device = torch.device('cuda')
6
6
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  の部分を
10
10
 
11
- ```C#
11
+ ```Python
12
12
 
13
13
  device = torch.device('cpu')
14
14