issues Search Results · repo:labmlai/annotated_deep_learning_paper_implementations language:Python
Filter by
137 results
(60 ms)137 results
inlabmlai/annotated_deep_learning_paper_implementations (press backspace or delete to remove)` def forward(self, *, x: torch.Tensor, mem: Optional[torch.Tensor], mask: torch.Tensor):
* `x` is a tensor of the token level feature vectors of shape `[seq_len, batch_size, d_model]`
* `mem` ...
alokamgnaneswarasai
- Opened on Mar 3
- #285
PLEASE CORRECT ME IF IM WRONG.
I believe the line attn = attn.softmax(dim=2) is incorrect.
https://github.com/labmlai/annotated_deep_learning_paper_implementations/blob/05321d644e4fed67d8b2856adc2f8585e79dfbee/labml_nn/diffusion/ddpm/unet.py#L188 ...
Trezorro
- 1
- Opened on Feb 4
- #282
Hello,
I have been studying the U-Net implementation in this repository and noticed that the skip connections between the
encoder and decoder are implemented using Center Crop to match feature map sizes, ...
dyedd
- Opened on Jan 5
- #281
Hello,
I’ve been learning various AI/ML-related algorithms recently, and my notes are quite similar to the content of your
repository. Also this excellent work has helped me understand some of the algorithms, ...
terancejiang
- 6
- Opened on Sep 15, 2024
- #275
When training with the celeba dataset, the program encountered an error. Snipaste_2024-08-14_15-17-03
TwinkleStarst
- 3
- Opened on Aug 14, 2024
- #270
An implementation of LORA and other tuning techniques would be nice.
erlebach
- 2
- Opened on Jul 13, 2024
- #263
I wonder why array shapes in aha are (C, B, D) rather than (B, C, D). I thought it was convention that the batch was the
first dimension. Specially, here are the first few lines of the forward method of ...
erlebach
- 1
- Opened on Jul 13, 2024
- #262
The title explains itself. Here are some relevant resources:
- Official Mamba repository: https://github.com/state-spaces/mamba/blob/main/mamba_ssm/modules/mamba_simple.py
- Original paper: https://arxiv.org/abs/2312.00752 ...
huyiwen
- Opened on Jul 2, 2024
- #261

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.