-
Hello,
I was wondering whether you have support for models with weights. For example:
```r
data$weights
-
Hey hey, I'm VB, I work in the open source team at Hugging Face.
Congrats on the release! I was wondering if you'd release your model checkpoints.
IMO it'd be of great use for the community and …
-
Hello,
I was going through the repository and tried accessing the model weights from the Google Drive link provided in the README, but it seems the files are missing. Could you please provide an alte…
-
Dear authors, the released model weights seem to be lost. Could you fix it?
-
### 🚀 The feature, motivation and pitch
I'm encountering an issue with the `weights_only=True` parameter in `torch.load`, where I need to load custom model classes while ensuring repeatable results a…
-
### System Info
When trying to load a pretrained wav2vec2 checkpoint, I got the following warning:
> warnings.warn(
> Some weights of Wav2Vec2Model were not initialized from the model checkpoin…
-
Thank you so much for sharing your exciting work! I found your research to be incredibly insightful, and I believe it has great potential to contribute further to the community. I wanted to ask if you…
-
Hi,
where I can find the model weights ? @feizc
-
Hello,
Are there any plans to update the model weights for the SAM2 models in this repo to match the weights used in the [online demo](https://sam2.metademolab.com/)?
I discussed with someone f…
-
```
import torch
import torch.nn as nn
from torch.utils.data import Dataset, DataLoader
from typing import Any , Optional,List , Tuple
import matplotlib.pyplot as plt
from numpy.typing impor…