Scott Sibole

Results 5 issues of Scott Sibole

Just a minor comment but I struggled to understand the meaning of the \odot operator you have defined. It appears to behave like a double contraction (at least from its...

### 🚀 The feature, motivation and pitch ``` import torch import numpy as np a = np.eye(10) t = torch.Tensor(a).to_sparse_coo() print(t.indices().dtype) ``` returns: ```torch.int64``` A 64-bit int seems excessive for...

module: sparse
triaged

I'm very new to hydra and hydra-zen, so this could very much be a user issue, but I am experiencing the following. ### Code Snippet ```python from pydantic import BaseModel...

bug

## Description PyTorch has changed the default value for the weights_only argument in torch.load. This causes an error using the dataloaders. ## Error Trace ``` Traceback (most recent call last):...

## Description Importing DataAugmentationUtils raises a _TypeError_ with classes inheriting from _ApiModel_. I was able to resolve the issue, but posting here in case others have the same problem. ##...