-
-
## ❓ Questions and Help
Thanks for releasing the mbart models! Referring to [#1758 ](https://github.com/pytorch/fairseq/issues/1758) I reproduced the same results, which is basically close to the r…
-
I add my username and API token to configuration file:
...
neptune_username: yhpmaster
neptune_api_key: ******
...
But when I train, the following error occurs:
...
[root@b62ad5cd2324 home]# dl…
yihp updated
4 months ago
-
What is the command for resuming training from the ffhq256 checkpoint for fine tuning?
I tried:
```
python run_train.py outdir=training_runs data="C:\Users\abhay\Documents\datasets\new_dataset" s…
-
I was testing out the `fairseq_signals.models.build_model` function with a pretrained model (`Wav2Vec2CMSCModel`) and realized that it's always loading the model with random weights, even with `from_c…
-
### Question
I have successfully done the pretrain stage, while for fintuning, i encounter following issues.
```
(llava2) wangyh@A16:/data/wangyh/mllms/LLaVA$ bash finetune2.sh
[2023-08-12 15:3…
-
I cloned your repository and tried running the demo. I got the following error:
```
Traceback (most recent call last):
File "./demo.py", line 101, in
tf.app.run()
File "/home/ivan/virtua…
-
> Traceback (most recent call last):
> File "/Users/Shuai/AI/stable-diffusion-webui/venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
> output = await app.get_block…
-
- https://github.com/pytorch/ignite/pull/1878#issuecomment-808041919
cc @trsvchn @ydcjeff
-
mentioned in #108. Currently we don't have an inference api, like the `pipeline` from huggingface transformers. Right now you need to manually load the model/tokenizer, apply them on the input data, a…