-
### 🚀 The feature, motivation and pitch
This covers many things:
1. Tensor Identity
2. User objects identity - usual objects, enums, builtins??
Use cases
- [ ] https://github.com/pytorch/pyto…
-
-
The cameras [doc](https://pytorch3d.org/docs/cameras) says that:
1. In world coordinates the positive x is going left.
2. At screen space the top-left point is (0, 0) and the positive x goes to the …
-
**Describe the Bug**
I'm running a program with apex in my anaconda3 environment. But meet with the following error:
```sh
...
File ".../anaconda3/envs/valor/lib/python3.9/site-packages/apex/tra…
-
### 🐛 Describe the bug
When scripting a module that contains a nested NamedTuple instance variable, scripting fails.
Repro:
```python
import torch
from typing import NamedTuple, List
class…
-
Hello! Thanks so much for easyfsl, it's fantastic. I am testing my Prototypical Network (trained on mini imagenet) with SupportSetFolder. When I test it on the folder I attached called dataset1 (conta…
-
Hello,
I would like to apply SCORE to some very large datasets (e.g. DAGs with d=approx 200 nodes and n=approx 20000 samples).\
I am currently blocked by a lack of memory error inside the procedur…
-
Currently, incompatibilities in `shape`, `device` or `dtype` between `LazyTensor`s can be very hard to debug, since they manifest at evaluation time deep inside the code, multiple levels deep.
Let…
-
I found with 2d5-7b the checkpoint saved from LoRA tuning finetune.py with one GPU is correct, while with multiple GPU the model saved is incorrect.
Does anyone met similar problem?
For example…
-
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…