-
**Describe the bug**
A clear and concise description of what the bug is.
I ran `demo/image_demo.py` with QueryInst, but nothing is output.
**Reproduction**
1. What command or script did you …
Keiku updated
2 years ago
-
Hi, I am trying to using deepspeed to finetune a model, but it seems the data are not parallel during the deepspeed?
I have wrote a toy code to repro, using 100 sentences with a batch_size=4, so …
-
Accelerator with Deepspeed stage 3 when saving the model giving following error
Code I used:
import torch
import torch.nn.functional as F
from datasets import load_dataset
…
-
- [x] Add GCR
- [x] Copy GCP object to local folder before building image (include model)
- [x] Add docker image for offset tile
- [x] Add cloud run deployment with config
- [x] Add minimal tests
-
Hello,
during testing finetuning in a conda environment on the example data I encountered the following exception:
```
Traceback (most recent call last):
File "/home/students/meier/AMRBART/fin…
-
This is the error I get:
```
NameError Traceback (most recent call last)
/tmp/ipykernel_18106/1529090364.py in
31
32 upstream = 'wav2vec2_hug_base_96…
-
## Environment data
- Language Server version: 2022.1.2-pre.1 (pyright 4f61d443)
- OS and version: Linux (archlinux) kernel 5.16.0
- Python version (& distribution if applicable, e.…
-
The paper **Masked Autoencoders Are Scalable Vision Learners**
https://arxiv.org/abs/2111.06377 is suggesting that a masked auto-encoder (similar to pre-training on NLP) works very well as a pretext…
-
How to train a custom seq2seq model with `BertModel`,
I would like to use some Chinese pretrained model base on `BertModel`
so I've tried using `Encoder-Decoder Model`, but it seems the`Encoder-…
-
I would like to return filtered data based on the role or policy a user has. That is: in addition to a client provided filter I want to add additional filterings.
Is a custom data loader the way to…