-
DCNv4 version 1.0.0.post2 by pip.
`pip install DCNv4==1.0.0.post2`
config file as follows:
img_backbone=dict(
type='InternImage',
core_op='DCNv3',
## large
…
-
### 🐛 Describe the bug
I noticed that occasionally the "To execute this test" doesn't have complete information. For example:
```
2024-05-02T20:42:53.9094051Z To execute this test, run the follow…
-
When running DATM.py on CIFAR10 and CIFAR100, CIFAR10 hardly increases memory usage, but CIFAR100 significantly increases memory usage each time the following code is executed. What could be the reaso…
-
-------------------------------------------------------------------------------------------------------------
#### Issue description
PennyLane Lightning encounters a "filesystem error" when tryi…
-
I have been struggle with training DreamFusion with Frequency Encoding and Importance sampling.
Here is the config file that I use
```
name: "dreamfusion-sd"
tag: "${rmspace:${system.prompt_pr…
-
I seem to be getting the wrong answer when I compute the Jacobian of a function defined using concatenate. The Jacobian of the function below should be always be `[[1]]` but it's coming out `[[0]]`. I…
-
**Describe the bug**
`RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn` when training 3DGS with --auto-scale-poses False.
**To Reproduce**
Steps to reproduce t…
-
# Reference
- [ ] [PyTorch源码浅析:简介](https://www.52coding.com.cn/2019/05/05/PyTorch0/)
# Brief
## TH
- THTensor
- THStorage
- Intrusive_ptr
- Tensor Apply
- Dynamic Dispatch
## NN
- THNN…
-
**Describe the bug**
the `torch.set_grad_enabled(False)` in the data analyzer may disable the pytorch autograd completely, and reenable it later:
https://github.com/Project-MONAI/MONAI/blob/ae7f86…
-
Thanks for sharing your research and code with us. Many appreciated.
I tried to train your model with KITTI dataset, the following errors occur every time:
2021-03-01 09:19:43,961 - mmdet - INF…