-
when install DCNV2,error
-
```
Namespace(basenet='vgg16_reducedfc.pth', batch_size=32, cuda=True, dataset='VOC', dataset_root='/raid/qj/exp_library/data/VOCdevkit/', gamma=0.1, lr=0.001, momentum=0.9, num_workers=4, resume=Non…
-
when I run: `solver.train(num_epoch=10)` in following code:
`optimizer = torch.optim.Adam(task.parameters(), lr=1e-3)
solver = core.Engine(task, train_set, valid_set, test_set, optimizer,
…
GZ82 updated
10 months ago
-
the centernet project uses this DCNv2( pytorch 0.4 version)
as I compiled DCNv2( pytorch 1.0 version) and use it in the centernet project,it also works fine.
things goes well as i only run it on gpu…
-
# 🐛 Bug
Running `test.examples.test_simple_gp_regression.TestSimpleGPRegression.test_fantasy_updates` routinely results in the following cublas error: `RuntimeError: cublas runtime error : an inval…
-
(pytorch) D:\awesome-semantic-segmentation-pytorch-master\core\nn>python setup.py build develop
running build
running build_ext
D:\Anaconda3\envs\pytorch\lib\site-packages\torch\utils\cpp_extension…
-
Hi,I'm pre-training the MPII DataSet, and I input this command in my terminal:
> python3 tools/test.py --cfg experiments/mpii/hrnet/w32_256x256_adam_lr1e-3.yaml TEST.MODEL_FILEmodels/pytorc…
-
training with fp16 doesn't work for me on a RTX3060, I'll look into fixing it, but for future reference here is the full stacktrace
torch version 1.9.0
INFO:torch.distributed.distributed_c10d:Adde…
-
Here is a list of Tools that should be checked for a possible integration in RAUDI.
## Releases available
- [x] Knockpy https://github.com/guelfoweb/knock
- [x] Sublist3r https://github.com/aboul…
-
## 🐛 Bug
If you have an index tensor whose shape does not match the other tensor's shape but is broadcast-compatible, the forward pass of `torch.scatter_add()` will succeed but the backward pass wi…