-
Hi,
When running Co-DINO with ViT-L backbone, there seems to be a missing dependency, einops. It is imported [here](https://github.com/Sense-X/Co-DETR/blob/main/mmdet/models/backbones/vit.py#L38).
…
-
I want to use interactive notebooks as an intro to einops, currently there are two versions: on github, and converted version in docs.
Only two notebooks work in jupyterlite (basic operations, and …
-
**Is your feature request related to a problem? Please describe.**
It's frustrating to keep having to install [`einops`](https://github.com/arogozhnikov/einops), which I use so often. It's a popula…
-
**Describe the bug**
```py
import torch
from monai.data import MetaTensor
from einops import rearrange
from monai.transforms import Resize
# create a metatensor in batch mode
x = MetaTensor(t…
wyli updated
2 months ago
-
![image](https://github.com/user-attachments/assets/f13d6fc0-9fb7-4992-901d-0f272370e0a7)
2024-11-09T15:29:16.556187 - !!! Exception during processing !!! Error while processing rearrange-reductio…
-
After installing enroot in our dgx box, we tried starting the sqsh file.
enroot start -m /ads_ds3/data/eclair trtllm_2024022700.sqsh
We are able to get inside the container. Then we tried below i…
-
Would it be possible to have compatibility with einops when using an array type like numpy arrays? It would be useful to be able to manipulate the arrays directly through the multivector object rather…
-
Hello, i followed your tutorial, but when i run python3 visual_sam.py, i got this error: Traceback (most recent call last):
File "/home/apicoo3569/POPE/visual_sam.py", line 1, in
from pope_mo…
-
Hey guys,
Love this tool!
Extremely useful for me as someone much more comfortable with JAX than torch. I've been using this for a project at the moment and extended some of the api surface cov…
-
Is there any plan for supporting `einops`?
While preparing a model from machine learning research **scientis**, I noticed that AIMET struggles with it while ONNX does not.
Is it due to `fx`?
Th…