-
When converting to CoreML, I get the following error
```
Traceback (most recent call last):
File "scripts/caffe2coreml2onnx.py", line 41, in run
convert_model(model_name, path)
File "sc…
-
Hi,
First of all, cogratulations on your project. I'm trying to run it streaming my android camera. However, after running both files and opening localhost:5000, this error pops up in the app.py co…
-
First: Thank you for this great library! I'm having fun using it.
However I am running into a problem: I'm feeding a sequential augmenter some images [1024, 1024, 4] **float32** (with label masks [10…
-
Hi,
With python 3.12 it doesn't let installing all deps:
```sh
(omni) ➜ OmniParser git:(master) pyenv local 3.12
(omni) ➜ OmniParser git:(master) ✗ pip install -r requirements.txt
Collecting tor…
-
### Question
Glad to see this repo! If I want to use TimeSformer on the web, any suggestion or guide for it? Where can I learn from this repo or it's a totally different things? Thanks in advance!
-
running `python darknet.py` results in this error for me:
`Traceback (most recent call last):
File "darknet.py", line 122, in
net = load_net("cfg/tiny-yolo.cfg", "tiny-yolo.weights", 0)
cty…
njoye updated
3 years ago
-
Trinket should have some feature to determine if data is continuous or categorical.
This should be somewhat guessed on behalf on the user, by the system. However, ultimately the user should have con…
-
```py
class Test(eqx.Module, Generic[Float]):
test: eqx.nn.Linear
def __init__(self, *, key: jax.Array, dtype: type[Float], in_features: int, out_features: int):
self.test = eqx.…
-
### Describe the bug
When loading a DoRA model from a kohya state_dict some keys are silently skipped in the state_dict.
DoRA loading was added in https://github.com/huggingface/diffusers/pull/7…
-
This issue is derived from the closed closed pull request: Use testing core with pre-existing unit tests #477 (pwolfram:operators/add_unit_tests)
Please see closed pull request #477 for more informat…