-
I have a few question related to the use of dataloaders that I haven't found a complete answer to by browsing the documentation and github issues :
* Should the DataLoader be created at the schema o…
-
I am following the tutorial https://colab.research.google.com/drive/1aFgzrUv3udM_gNJNUoLaHIm78QHtxdIz?usp=sharing#scrollTo=P-Trg_abjUTd, #1407, and #1280.
However, it seems that the TIMIT checkpoin…
-
## 🐛 Bug
Hi, I want to train m2m100 from scratch on wmt19 dataset using opacus privacy engine. However, I encounter this bug. lines of code are just very quick prototype to train the model with…
-
## 📚 Documentation Issue
Hi everyone,
I'm struggling to understand how detectron2's Default Trainer is supposed to handle the validation set. Since I just want to do basic testing on a custom da…
-
Using my custom dataset in COCO format for instance segmentation training.
Changed CFG to
```
cfg.MODEL.TEST.TASK = "instance"
cfg.INPUT.TASK_PROB.SEMANTIC = 0
cfg.INPUT.TASK_PROB.INSTANCE = 1
…
-
### System Info
- `transformers` version: 4.21.3
- Platform: Linux-5.15.0-33-generic-x86_64-with-glibc2.35
- Python version: 3.10.4
- Huggingface_hub version: 0.9.1
- PyTorch version (GPU?): 1.11…
-
## 🚀 Feature Request
Provide a simple inference pipeline for the `wav2vec 2.0` model.
### Motivation
Current inference script `examples/speech_recognition/infer.py` handles a lot of cases, result…
-
**Describe the bug**
There are no input validations in the resolvers, thus, the following validations are being failed:
- The password must contain at least 8 characters, uppercase, lowercase, numbe…
-
Here is the outline for the survey in markdown format. I coded up the export pretty quickly so it's a bit rough, feel free to disregard any weirdness of things that don't make sense. I will also deplo…
-
**Describe the bug**
If we have this datamodel:
```
type User {
id: ID! @unique
name: String!
courses: [Course!]!
}
type Course {
id: ID! @unique
title: String!
owner: User!
…