-
Dear lucidrains,
Thank you so much for this amazing code. I've tried to adapt the ViT to my 3D Brain CT images but unfortunately the training did not work as wished. I would be very greatful if you …
-
For lack of a better word; I've noticed during training that the VitGAN tends to get stuck on one, two, or three (i don't see four happen very often/at all) "positional blobs" for lack of better words…
-
Hi,
When running `finetune-mbart-on-transaltion_embed+xattn.sh` I get the error `TypeError: forward() missing 1 required positional argument: 'prev_output_tokens' in the beginning of epoch 1.` When…
-
Hi,
I made a small demo here https://huggingface.co/spaces/RASMUS/Whisper-youtube-crosslingual-subtitles
which uses these models.
Now I am trying to convert models created during Huggingface Wh…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
- [X] This issue is not a question, feature request, or anything other than a…
-
在训练一开始加载512-inpainting-ema.ckpt时,发现pertrained weight和model很多权重没有成功加载。请问这个是正常的吗?
```
Restored from ./checkpoints/pretrained/512-inpainting-ema.ckpt with 508 missing and 420 unexpected keys
Missing…
kxqt updated
8 months ago
-
Hugo, thanks for sharing this. When I run the example code provided on the README page, I get a type mismatch error when the embedding line gets called:
```python
/fsx/shawley/envs_sm/aa/lib/pyth…
-
Hi,
i have problems running the code. Seems to be soething with tensorflow. Have you had this issue?
```
2023-11-03 10:42:15.612564: I tensorflow/core/platform/cpu_feature_guard.cc:182] This Ten…
-
I trained the model "nat_ctc_sd_ss" with the command in the README.md on Tesla V100 GPU, but i got **Out of memory** problem. Is there anything to be changed?
My train command:
```shell
python3 tra…
-
I can't run audioldm -t "A hammer is hitting a wooden surface" or anything else in the command line that loads the audioldm ckpt
I installed everything in the steps here:
Prepare running environme…