Matthew Lyon

Results 7 issues of Matthew Lyon

# Question about GraphQL Shield I am using `mongoose` with `graphql` via `graphql-compose-mongoose` with a schema that has nested relational documents. To populate the document for a query I have...

I have a somewhat complicated `torch.nn.Module`, let's say for arguments sake its structure is a bit like this: ```python import torch CustomModule(torch.nn.Module): def __init__(self): self.layer1 = OtherCustomModule() self.layer2 = AnotherCustomModule()...

Fixed invalid version number

My apologies as this isn't an issue per se. I stumbled upon this implementation after attending a talk about the Group Equivariant CNNs, and have read a bit of the...

The `validateDoc` function used in many resolvers, e.g. `updateById`, `createOne`, found [here](https://github.com/graphql-compose/graphql-compose-mongoose/blob/744b767b4029cbdaa3d0734368fec3ef5f38f7f7/src/resolvers/helpers/validate.ts#L23) will call `doc.validateSync` for mongoose >= v7. `validateSync` does not run asynchronous validators, and instead skips them. This...

### Problem statement When starting a hyperparameter search on a multi GPU node (4 GPUs) I run into a mismatch of visible CUDA devices. Below is the full code to...

bug

The links to the pretrained weights and dataset have expired. Are you able to provide new links? If you're looking for a place to host datasets/weights for research papers, where...