-
What would be the best way to encode the list of hydrogen bonds found in a trajectory?
- A dictionary of lists (with frame indices where the bond was formed)
- A sparse tensor (3d with the library…
-
Hi, very nice package! I was wondering if you are planing to extend the modules for DDP (distributed data parallel training). For me, a model including hyperbolic Conv2D runs on a single GPU but the m…
-
### 🚀 The feature
The proposed feature aims to **extend the current datasets API** with datasets that are geared towards `the task of Stereo Matching`. It's main use case is that of providing **a un…
-
I try to test a model trained with 368 x 368 x 140 images, but I get the following error:
```
Trainable parameters: 2048500
INFO:test:Loading checkpoint: /gpfswork/rech/awn/me/ms_study/methods/sp…
-
## ❓ Questions and Help
In most docstrings of captum attribution methods, there is an example where the model is said to return class probabilities:
```
>>> # ImageClassifier takes a single inpu…
vedal updated
2 years ago
-
### 🐛 Describe the bug
I trying to scripting Lovasz loss function that I found online. There are any error that occurs, but i have fixed them. However, I am reaching a dead-end right now. The error…
-
-
### 🚀 The feature, motivation and pitch
User-defined autograd functions may use ctx->saved_data to pass non-Tensor activations e.g. int, float, bool, etc. These are passed as [IValues](https://gith…
xmfan updated
3 months ago
-
**Describe the feature you'd like**
Now that we support `LocalSimulator`s, we can hook into [ITensor](https://github.com/ITensor/ITensors.jl)'s support for DMRG-based evolution methods to implement t…
-
**Problem description**
Behaviors of user-defined subclasses of torch.tensor are silently ignored. Instead it should report error when users try to subclass builtin nominal types
Test case: [te…