-
Great work!
But when I use torch==2.0.0, I find that compilation for ViT fails. I get a warning:
[2023-03-27 12:49:31,505] torch._dynamo.convert_frame: [WARNING] torch._dynamo hit config.cache_size_…
-
https://github.com/pytorch/vision/actions/runs/5941974400/job/16117254380
Failures start with 9c4f7389d0db7cfe7e8591ea920459673344aaa8, which is the first commit that used yesterdays (20230822) PyT…
-
Experimental support for I-JEPA was added in #1273
We should do some refactoring and testing before fully releasing the model.
## Todo
- [x] #1367
- [ ] Verify that weights are correctly in…
-
I got it working
Run this
```
pip3 install torch torchvision torchaudio torchvision --index-url https://download.pytorch.org/whl/rocm6.2
```
Then remove `torchvision`, `torchaudio`, `torchvisio…
-
Dear Co-DETR team,
I have the following issue with "mmdet":
I ran this command:
bash tools/dist_test.sh projects/configs/co_deformable_detr/co_dino_5scale_vit_large_lvis.py /private/home/fr…
-
im training with 12channel(4image stacked)image with vit
model = ViT(
dim=128,
image_size=224,
patch_size=32,
num_classes=2,
transformer=efficient_transformer,
channels=12,
…
-
### 🐛 Describe the bug
I'm trying to install a custom python module that I included as a tar.gz in a MAR archive. tips or examples of how to do this much appreciated! I looked through this repo's t…
-
>
![image](https://github.com/huaidanquede/MUSE-Speech-Enhancement/assets/33444924/ace8ad86-a89b-4b07-bda1-d298c9d909a2)
After I changed the batch size from 2 to 8, I received a warning.
Can so…
-
### 🐛 Describe the bug
After quantizating the resnet50_clip.openai model with torch.ao quantization, last step `exir.to_edge()` fails quite often, not only with this model, but with many others:
`…
-
Hello, everyone, I am using MiniGemini evaluation on an image by typing command:
```python
python -m minigemini.serve.cli --model-path ./Mini-Gemini-2B/ --image-file replaced_with_path_to_image…