回答編集履歴
2
修正
answer
CHANGED
@@ -61,7 +61,7 @@
|
|
61
61
|
|
62
62
|
> 一覧や まとめサイトなど知ってる人がいたら教えてください
|
63
63
|
|
64
|
-
関数の使い方は[公式ドキュメント](https://pytorch.org/docs/stable/index.html)、個別の QA は Google 検索すれば [PyTorch Forums](https://discuss.pytorch.org/) または [Stack Overflow](https://stackoverflow.com/) で
|
64
|
+
関数の使い方は[公式ドキュメント](https://pytorch.org/docs/stable/index.html)、個別の QA は Google 検索すれば [PyTorch Forums](https://discuss.pytorch.org/) または [Stack Overflow](https://stackoverflow.com/) でほぼ答えが見つかります。
|
65
65
|
|
66
66
|
* [PyTorch documentation — PyTorch 1.5.0 documentation](https://pytorch.org/docs/stable/index.html)
|
67
67
|
* [PyTorch Forums](https://discuss.pytorch.org/)
|
@@ -69,7 +69,7 @@
|
|
69
69
|
|
70
70
|
例えば、今回の detach() はどういうときに使うの?という疑問も
|
71
71
|
|
72
|
-
「pytorch how detach() work?」と検索すれば、検索結果の1ページ目
|
72
|
+
「pytorch how detach() work?」と検索すれば、検索結果の1ページ目に答えが出てきます。
|
73
73
|
|
74
74
|
* [How does detach() work? - PyTorch Forums](https://discuss.pytorch.org/t/how-does-detach-work/2308/2)
|
75
75
|
* [PyTorch .detach() method | B. Nikolic Software and Computing Blog](http://www.bnikolic.co.uk/blog/pytorch-detach.html)
|
1
修正
answer
CHANGED
@@ -75,4 +75,8 @@
|
|
75
75
|
* [PyTorch .detach() method | B. Nikolic Software and Computing Blog](http://www.bnikolic.co.uk/blog/pytorch-detach.html)
|
76
76
|
|
77
77
|
Pytorch は英語圏のライブラリなので、日本語情報は少ないです。
|
78
|
-
なので、最初から英語で検索したほうがほしい情報がすぐ手に入ります。
|
78
|
+
なので、最初から英語で検索したほうがほしい情報がすぐ手に入ります。
|
79
|
+
|
80
|
+
> それに使える関数があるのに 知らずにどうしようかと悩んでしまう
|
81
|
+
|
82
|
+
暇なときに [torch](https://pytorch.org/docs/stable/torch.html) モジュール以下の関数一覧を見て、引き出しを増やすということをやっておけばいいと思います。
|