-
### 🐛 Describe the bug
I pulled the latest code, and the model is reporting errors everywhere. Two days ago it was fine.Looks like the code forgot to commit
command is:
```
python -m examples.m…
-
Is it possible to load IP-Adapter for distilled SD v1 or v2 based models such as nota-ai/bk-sdm-tiny or nota-ai/bk-sdm-v2-tiny?
When I tried to load ip adapter using bk-sdm-tiny
```python
pipe.…
-
### What happened?
Dev tests are failing: https://github.com/catalystneuro/neuroconv/actions/runs/11567195585/job/32197117750
Tracked this down to an update with hdmf that uncovered these lines:…
-
### Request description
The current onnx-specific intake logic in [PluginRegistration.cpp](https://github.com/iree-org/iree/blob/e2a352c06d41a7e63e892c98c6df350a5d8d16c4/compiler/plugins/input/Torch/…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
### 📚 The doc issue
I use this command transform model(Llama-3.2-1B)
```
python -m examples.models.llama.export_llama --checkpoint "${MODEL_DIR}/consolidated.00.pth" -p "${MODEL_DIR}/params.json" -…
-
### Describe the issue
Running a model for N iterations in a single ONNX session is way faster than running the same model in 2 independent sessions, each session is run for N/2 iterations each.
¿W…
-
Hi, I am ex=ncountering this error while stardist image processing. Any idea what might be causing this error?
Traceback (most recent call last):
File "/rsrch5/home/neuro_rsrch/apirani/2024_11_0…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
I have a list of models, some of them are multinomial models from `nnet`, other are logistic models from base R's `glm`. I encounter an error when using this list as input for `modelsummary`:
```
…