-
### Describe the feature
Going to echo what I posted here: https://huggingface.co/internlm/internlm2-chat-20b/discussions/1
> I'm not sure how different the architecture actually is, but could y…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Hey!
Cool repo. I like all the knn+lm methods
Did you do some runs yet? Anything interesting to report?
-
## ❔Question
## Additional context
-
Two seemingly conflicts: interpretability and feature importance
1. [A lot of software for performing multiple linear regression will provide standardised coefficients which are equivalent to unsta…
-
## Keyword: sgd
### Doubly Stochastic Models: Learning with Unbiased Label Noises and Inference Stability
- **Authors:** Authors: Haoyi Xiong, Xuhong Li, Boyang Yu, Zhanxing Zhu, Dongrui Wu, Dejin…
-
First, I want to thank you for creating and maintaining this library. It has been quite useful to me.
However, I'm currently facing an issue with a missing method. Despite understanding that the ex…
-
In your paper you wrote the inference time with Basic VSR++ is 0.072 seconds and i wonder how you get these values? That would lead in 13.9FPS and i never saw BasicVSR++ beeing so fast. So how do you …
-
I'm comparing different libraries for Bayesian inference and I'm wondering if my pomegranate tests show "correct" numbers or maybe I'm using it wrong. (Bit related to this closed issue: #811 )
My 2…
-
### 🐛 Describe the bug
python code being run under the hood:
```python
_TORCH_DEVICE = "mps" if torch.backends.mps.is_available() else "cpu"
print(f"Using torch device: {_TORCH_DEVICE}")
…