-
Hi, I'm having issues converting a CalibratedClassifierCV model to onnx, the error I get is this:
```python
RuntimeError: For operator SklearnCalibratedClassifierCV (type: SklearnCalibratedClassif…
-
Hey all.
Based on our meeting today, I just wanted to finalize the distribution of work for this week:
- `README.md` - @yixuangaoclara
- `CODE_OF_CONDUCT.md` - @SimplyTim
- `CONTRIBUTING.md`…
-
Hi,
Minicons seems not tokenize alphabet-based texts given "bert" pre-trained models are introduced. It is desirable to generate the surprisal values for word forms in real life rather than the sp…
-
In order to build transformers that transform the target variable, i.e. #1944 and #914, our all of our transformers must return both `X` and `y` for the target transformations to make it all the way d…
-
sudo su && git clone https://github.com/EMOTICON-1/hyperadvancedagi/issues/45
-
### Feature request
Add a `Video` feature to the library so folks can include videos in their datasets.
### Motivation
Being able to load Video data would be quite helpful. However, there are some …
-
Do you think that any of that implementations would be compatible with Transformer-XL? Thanks!
-
Optimized the Mixtral model by using ipex_llm.optimize_model() to transform it to low-bit and then save it and then load it.
Set "max_length": 1024 yet getting a warning that `max_length` (=20) .
…
-
raised by https://github.com/nilearn/nilearn/issues/4533
see https://scikit-learn.org/dev/developers/develop.html#rolling-your-own-estimator
quickly checked on a couple of Nilearn estimators and…
-
Hi Phil @lucidrains, I notice a KL divergent term (default set to 0) in the `DiscreteVAE`. The paper often quoted (Neural discrete representation learning) have extra two stopgradient terms. Can you…