-
Hi!
I just discovered this framework and I have to say it’s awesome. Kudos!
The GraphQL module is great, but I did not find any information regarding how to do batching and caching, which is pre…
-
- [ ] test the code on tpu
- [ ] if it doesn't work well: change code as little as possible to get it working.
- [ ] add a script/command that works
-
I am running a few micro-services with multi tenancy (Database isolation) and central GraphQL server, hence TypeOrm connection is created on the fly after checking TenantId sent through GraphQL header…
-
e.g.
``` graphql
query {
agency(tag: "ttc") {
routes {
edges {
node {
id
shortTitle
tag
title
}
}
}
}
}
```
With `rout…
-
While working on https://github.com/huggingface/transformers/issues/8353 I discovered that `--fp16` causes a 10x+ increase in gpu memory demands.
e.g. I can run bs=12 w/o `--fp16`
```
cd exam…
-
Gather documentation from our old tools, and update this issue with relevant documentation information before adding them to official developers documentation.
Goal : improve performance for custom…
-
I am training an object detection on a custom COCO-format dataset. While multi-gpu training, I periodically do evaluation using the cfg.TEST.EVAL_PERIOD. However, I don't get any evaluation results, s…
ghost updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
I have two entities:
```typescript
@Entity({ tableName: "artist" })
export default class ArtistEntity {
@PrimaryKey()
…
-
I've tried running your code from this repo but couldn't replicate the results that you report in the paper. For example, I don't achieve the best model at around 7 epochs as you say. The best model t…
-
# Summary
I build one vector dataset by extract feature from images using pre-trained model.
when I process the image one by one, it works.
however, when I process using dataloader with batch…