-
I have built a small example using the python binding here https://github.com/tarekziade/onnxruntime-test/blob/main/run.py
to measure the inference speed on my Apple M1 and on a windows 11 box, using …
-
The GPX surrogate doesn't seem to support outputs with `ny`>1, which works for the other surrogates. It runs, but seems to return the response for the first element only. I guess it could be fixed in …
-
训练好的pointrend模型使用官方的额export_onnx.py导出onnx发现在np.testing.assert_allclose(onnx_out, paddle_out, rtol=0, atol=1e-03)报错,代码如下,也使用了paddle2onnx来导出模型实测发现精度不一致
def export_onnx(args):
args.config = '/workspa…
-
Hi,
Thank you for your open source work!
I have a question about loading checkpoints. I want to reproduce the code in "downstream_finetune_example". When I tried to load checkpoints from Visuali…
-
Hi @patrickvonplaten @ArthurZucker @muellerz
I am currently trying to finetune a MT5 Model for Multitasking (classification, report filling and question generation)
As Iam trying and debugging fo…
-
See https://github.com/smithy-lang/smithy-dafny/actions/runs/11409521976/job/31749989210.
-
If I use mrcal.stereo_unproject with floating point disparity values generated from a recent ML-based stereo approach, the output z values of the point cloud are truncated, almost like I'm using integ…
-
I noticed a potential issue in the distance calculation at [line 391 in calc.py](https://github.com/apalarcon/alarconpy/blob/1decf4bbec562e654038367439f5ac6345ebfdd4/alarconpy/calc.py#L391). Currently…
-
### Question
我在salience_detr.py中的 `class SalienceDETR(DNDETRDetector):` 类 加入了
`self.Re_Weight = WeightRefactor(sample_num)`,使用resnet50 backbone可以训练,但是swin_l 会报错:
`[2024-11-11 20:07:56 det.models.…
-
Issue during saving `unsloth/mistral-7b-instruct-v0.3-bnb-4bit` after training/saving, both in Kaggle and [gguf-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo)
I have tried converting…