Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.4k views
in Technique[技术] by (71.8m points)

pytorch - pytorch conv2d的源代码在哪里?(Where is the source code of pytorch conv2d?)

Where do I find the source code of the pytorch function conv2d?

(在哪里可以找到pytorch函数conv2d的源代码?)

It should be in torch.nn.functional but I only find _add_docstr lines, if i search for conv2d.

(它应该在torch.nn.functional中,但是如果我搜索conv2d,我只会找到_add_docstr行。)

I looked here:

(我在这里看:)

https://github.com/pytorch/pytorch/blob/master/torch/nn/functional.py

(https://github.com/pytorch/pytorch/blob/master/torch/nn/functional.py)

  ask by user3435407 translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

它与torch.nn.Conv2d相同


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...