-
The tests of our derivative functions is now using finite differences with hard-coded step sizes. This is prone to issues and requires manual changes to the test file test_derivative_utils.py.
I r…
-
File ".\train.py", line 256, in
train()
File ".\train.py", line 241, in train
loss.backward()
File "E:\anaconda\envs\tensorflow\lib\site-packages\torch\tensor.py", line 118, in backwa…
-
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the…
-
Need to add multiprocessing Support.
# References
- [Autograd and Fork](https://github.com/pytorch/pytorch/wiki/Autograd-and-Fork)
- [Set number of threads after numpy import](https://github.com/n…
-
Platforms: inductor
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_put_cuda_int32&suite=TestInductorOpInfoCUDA&lim…
-
Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_exponential_cuda_float16&suite=TestInductorOpInfoC…
-
https://github.com/Dao-AILab/flash-attention/issues/338
The same issue is reproduced.
```sh
Traceback (most recent call last):
File "/home/user/miniconda3/envs/axo/lib/python3.10/runpy.py", li…
-
### 🐛 Describe the bug
runtime error seen for out variant of histogram
### Error logs
```
Traceback (most recent call last):
File "/tmp/hist.py", line 23, in
histogram("cpu")
Fil…
-
When running pytest test/functorch/test_vmap.py, the error
> ModuleNotFoundError: No module named 'torch.testing._internal.autograd_function_db'
comes up. This issue is only prevalent with tes…
-
https://github.com/karpathy/nanoGPT/blob/master/data/shakespeare/prepare.py
../data/allamo_1B_dataset/
```
input.txt
train.bin
val.bin
```
The idea for this project is great, thank you.…