Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.6k views
Welcome To Ask or Share your Answers For Others

1 Answer

它与torch.nn.Conv2d相同


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...