-
Hey, great work with lingua ! I was wondering if you'd consider adding support for the distributed shampoo optimizer.
-
A couple separate issues:
1. PyTorch Lightning module uses "on_train_epoch_end( )", so "train_epoch_end( )" isn't actually called.
2. Instantiating LitEma with LitEMA(self, ...) will lead to incor…
-
[10/21/2024-17:11:29] [I]
[10/21/2024-17:11:29] [I] TensorRT version: 8.4.1
[10/21/2024-17:11:30] [I] [TRT] [MemUsageChange] Init CUDA: CPU +218, GPU +0, now: CPU 242, GPU 10401 (MiB)
[10/21/2024-1…
-
Here are the relevant links:
https://huggingface.co/myshell-ai/OpenVoiceV2
https://github.com/myshell-ai/OpenVoice
For some reason, the model weights for V2 are not directly downloadable from the…
-
**Describe the bug**
FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct mali…
-
Previous comments:
Ahmed14974: As previously observed through preliminary modeling iterations, any and all models trained on the input images to predict the Continuous Target variable CTBiomarkers.…
-
Hello, may I ask if you can provide pretrained weights files
-
Can you provide weights for the models described in the paper?
-
Step 1: Train a model:
```
model_name = "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
model = SetFitModel.from_pretrained(
model_name,
multi_target_strategy="multi-outpu…
-
Description: I have tested a set of images using your model weights and performed N
matching based on cosine similarity. I followed the code structure below:
# Sample code for N:N matching using…