-
# 🐛 Bug
## Command
## To Reproduce
Steps to reproduce the behavior:
1. I initialize a UNetModel in stablediffusion, simulate an input to get the output of the Unet model.
2. Then I in…
-
буду хранить тут дамп статей про трансформеры, которые читаю, либо которые хочу прочитать
An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale - статья где предложили ViT, иде…
-
> > How to define whether search is enabled? Just not do any special handling on this level at all and leave it to the current RETURNN behavior? Or make it more explicit?
>
> From what I can see RE…
-
Command:
`python tools/bevformer/onnx2trt.py configs/bevformer/plugin/bevformer_tiny_trt_p.py checkpoints/onnx/bevformer_tiny_epoch_24_cp.onnx`
Error (Catch by faulthandler):
```
[02/24/2023-11:…
-
# 1. Clone and push in github repository
1. Fork the Repository: Go to the repository https://github.com/NME-rahul/AI-AGS on GitHub and click on the "Fork" button in the upper right corner. This cr…
-
The reason to rewrite the 'class LayerNorm(nn.Module)' is that you think the layer normal provided by PyTorch only supports 'channels_last' format (batch_size, height, width, channels), so you rewrite…
-
```python
import torch
import torch.nn as nn
class Model(nn.Module):
def __init__(self):
super(Model, self).__init__()
def forward(self, theta, size):
return torch.nn.function…
-
Thanks for the amazing work and sharing tidy codes! As I'm looking into your code, I've found something different from as expected. It seems like S4 used is just its vanilla version instead of Gated S…
-
**Describe the bug**
Hybrid Engine with DeepSpeed Stage 3 results and Llama V2 results in gibberish outputs
**Log output**
```
------------------------------------------------------
accelerat…
-
1) What are some good song similarity metrics?
**1-a)** For songs $s_1$ and $s_2$ in a platform, for $i=1,2$, let $S_i$ be the set of playlists that contain $s_i$. Is [Jaccard Index](https://en.wikip…