-
### Branch
main branch https://mmdetection3d.readthedocs.io/en/latest/
### 📚 The doc issue
I am in the `mmdetection3d` directory and haven't made any modifications; I directly executed the command…
-
**Describe the bug**
GMSD generates a NaN value in its gradient, using piq 0.6.0, which is flagged by pytorch's autograd anomaly checker.
**To Reproduce**
```
import torch
from piq.gmsd imp…
-
I would like to use object method in the model and data arguments of optim.minimize().
```
optim.minimize(model=model,
data=data,
...);
```
…
-
run cmd:
python run_mvs.py --input_dir=/home/jimmy/oss/Project/video_sample/keyframes/VID_20210901_112934 --src_img=00001.jpeg --output_dir=./results
error:
Traceback (most recent call last):
…
-
(base) C:\YCRS_DATA\YCR_Code\pytorch-saltnet-master>python train.py --vtf --pretrained imagenet --loss-on-center --batch-size 32 --optim adamw --learning-rate 5e-4 --lr-scheduler noam --basenet senet1…
-
Hello,I try to add Parallel in train.py (cus train_dist.py can't really work fine on my cluster)
by add DataParallel function and move the optim under net
```
net.to(device)
net = torch.nn…
-
Exception type: ValueError
Detail:
Traceback (most recent call last):
File "/checkpoint/binary/train_package/utils/train.py", line 424, in
LongRecipe_train.train_with_stage()
File "/checkpoint/b…
-
# optimizer
lite::Optimizer optimize a program. It utilize the mir passes to analysis the program and export an optimized program.
```
std::unique_ptr RunDefaultOptimizer(
Program&& program,
…
-
### Discussion topics
1. Dealing with estimation errors when using misspecification matrix. When estimating models B and C as defined [here](https://github.com/IALSA/ialsa-2016-amsterdam/issues/27), p…
-
call stack and error message I am getting
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
…