-
## Environment info
transformers version: 3.3.1
Platform: Ubuntu
Python version:3.6.12
PyTorch version (GPU: yes): 1.6.0
Using GPU in script?: 1 gpu
Using distributed or parallel set-up in scrip…
-
I'd like to have a different database for each of my test
this setup make this possible?
-
Because of #13 now it always loads everything from the database, even if it is not requested. This can be optimized also.
-
Hi -
Have you put any thought into how this could be used with an async IO model, such as with Tokio? Right now it seems like it's all implicitly synchronous, but perhaps it's just a matter of maki…
-
## ❓ What is the best way to verify/visualize images are being augmented from custom dataloader (in Google Colab)?
Following this tutorial: [https://detectron2.readthedocs.io/tutorials/data_loading…
-
Per https://github.com/facebook/dataloader:
"In many applications, a web server using DataLoader serves requests to many different users with different access permissions. It may be dangerous to us…
-
I declared my config parameters for input image size as follows:
**cfg.INPUT.MIN_SIZE_TRAIN: (800, 832, 864, 896, 928, 960, 992, 1024)
cfg.INPUT.MAX_SIZE_TRAIN: 2048
cfg.INPUT.MIN_SIZE_TE…
ghost updated
3 years ago
-
Hello @syrusakbary.
Thanks for all your hard work on graphene and graphql-python. Awesome library!!
I posted this on #393 earlier this week...reposting here so it's easier to discover.
I imp…
-
# 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): `facebook/bart-large`
Language I am using the model on (English, Chinese ...): English
The problem arises when using:
* [x] the …
-
See here https://github.com/facebook/dataloader#loading-by-alternative-keys
Are you planning on integrating this feature? I would be willing to work on a pull request.