-
I was deeply impressed by the window-major feature map organization proposed in the paper and I checked the implementation.
However, It seems that Pytorch does the window-major feature map organiz…
-
## Issue description
I am based on the POMO code [POMO](https://github.com/yd-kwon/POMO) to change it to a single machine multi-GPU graphics card running mode
Let me explain the specific code lo…
-
I have made a PyTorch implementation of Photo-Tourism and ShapeNet experiments from the paper.
Please check it out here:
[https://github.com/sanowar-raihan/nerf-meta](https://github.com/sanowar-ra…
-
### 🚀 The feature, motivation and pitch
First surfaced in https://github.com/pytorch/torchchat/pull/1057, the `replace_attention_with_custom_sdpa_attention` function, used when exporting models in …
-
### 🚀 The feature, motivation and pitch
https://github.com/pytorch/pytorch/blob/76259ebfdd83389eeb5735e76f66fd2ad84a9671/aten/src/ATen/native/AdaptiveAveragePooling.cpp#L120
When output_size == 1, C…
-
# ❓ Questions and Help
Hi, I tested memory_efficient_attention with the pytorch equivalent implementation in the doc, and found they are not exactly the same. The code:
```
def attention_e(self…
-
Thanks for your great works.
However, will you plan to create a branch for PyTorch 1.x ?
Or could you please provide guidance for users to upgrade the code for PyTorch 1.x by themselves?
Thanks i…
-
Hello, and thank you for your `pytorch` implementation of masked CRF. I have a question concerning this part of the code:
```
for i in range(self.mask_tran_matrix.shape[0]):
for j in range(se…
-
Hi, I found your repo, and just uploaded the code DeLF training code I implemented. (I've done this project quite long time ago, but was lazy enough to upload it on github...)
Refer to the cod…
-
Hi jungomi,
I'm also trying to implement math formula recognition in PyTorch. Currently I'm using Lua+Torch for img2markup project and PyTorch for Show, Attend, and Tell. They have similar performa…