回答編集履歴
1
関数の検索方法について追記
answer
CHANGED
@@ -6,4 +6,11 @@
|
|
6
6
|
|
7
7
|
□公式ドキュメント
|
8
8
|
[chainer.serializers.load_npz](http://docs.chainer.org/en/latest/reference/serializers.html#chainer.serializers.load_npz)
|
9
|
-
[Source code for chainer.serializers.npz](http://docs.chainer.org/en/latest/_modules/chainer/serializers/npz.html#load_npz)
|
9
|
+
[Source code for chainer.serializers.npz](http://docs.chainer.org/en/latest/_modules/chainer/serializers/npz.html#load_npz)
|
10
|
+
|
11
|
+
---
|
12
|
+
□補足
|
13
|
+
ある関数の使い方がわからない時は、ソースコードのライセンスに注意する必要がありますが、
|
14
|
+
[GitHubではこのような形で検索できます](https://github.com/search?o=desc&q=serializers.load_npz&s=indexed&type=Code)
|
15
|
+
|
16
|
+
以上、ご参考まで
|