-
This is a more focused continuation of the discussion that started in https://github.com/graphql-dotnet/graphql-dotnet/issues/21
In particular, this issue calls for the `graphql-dotnet` project to …
-
## Issue description
Hi, guys. I am trying to train a resnet model on single node and 8 GPUs with DistributedDataParallel. Every thing is ok during the first epoch. However, the script shut down wi…
-
Hi! This is awesome and looks very similar to Facebook's `EntLoader` ("entity loader") internal framework. I am rebuilding it in Rust and hadn't got to this piece yet...so I am excited about this proj…
-
Hi
I am urgently looking for a sequence to sequence model with transformer with script to
finetuning and training, I appreciate telling me which of the implementations in this repo could do a sequen…
ghost updated
5 years ago
-
Is it normal to get the "train.py" to be initialized every batch * number of workers ?
I was trying to set up the tensorboard_writer and was defining it just bellow the imports in "train.py" and it…
-
I'm not yet a Clojure user (just started learning), so I'm not familiar with all the patterns available, but is there any guidance on how to batch up data-fetching resolvers to avoid the common "n+1" …
-
- [x] cache
- [ ] batch
- [ ] queue?
- [ ] query depth?
-
Hey All-
We are looking to use the new ApolloServer 2.0 features around CDN integration for some of our services-
[https://www.apollographql.com/docs/apollo-server/v2/features/cdn.html](https://ww…
-
## ❓ Questions and Help
i ls coco/train2014 dir has 82385 images, and i debug to cocoapi load annotation json parse 82783 images. in coco api has filter image has no annotation , but do't has filter…
-
With `combine` we can add handlers to run before the main resolver. Useful for authentication checks and such.
I think it would be nice if we could also run some handlers after the main resolver. T…