-
你好,我遇到过一个问题。就是跑的时候没跑成功,显示
File "main.py", line 98, in
output = net(imgs)
File "/home/hexianglong/.local/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__
r…
-
Hi, Thank you for the awesome work.
I have a VLP-16 lidar and I want to use it for activity recognition, I want to **treat point clouds as RGB images** so that I can use openpose or other pose esti…
-
When I train my coco-style dataset by use : bash train_coco.sh
then the errors as follows:
Namespace(backbone='resnet', base_size=513, batch_size=4, checkname='deeplab-resnet', crop_size=513,…
-
**Describe the bug**
I'm getting an Out of memory error, no matter which settings i'm trying to use.
```
v0.1.10: Pulling from smy20011/dreambooth
Digest: sha256:3dfafdabd665dc1eeef59e3a455cc779…
-
I have run ```CUDA_VISIBLE_DEVICES=3 bash scripts/train_resnet50_pose_256.sh``` which contains:
```
TRAIN_SET=data/kitti/kitti_vo_256/
python train.py $TRAIN_SET \
--resnet-layers 50 \
--num-scal…
-
大佬您好,我在训练realnet时遇到了以下报错,在前面训练扩散模型那些的时候都没有这个问题,麻烦您帮忙解答一下。
root@2b64273ad939:/home/bhy/RealNet-main# python3 -m torch.distributed.launch --nproc_per_node=1 train_realnet.py --dataset ub --class_name …
-
I trained the DeepLab V3 + network on my own dataset, but after the test I had black images after ten iteration of the training.
then I did several tests, where I took into account that the training …
-
Hi,
I've been executing your code using the hyper parameters detailed in _main_reproduce_paper.py_ for the VGG19 and ResNet50 models on CIFAR-10 in order to reproduce the results detailed in your p…
-
Hi, I was trying to inject faults with TensorFI2 in different pre-trained models in Keras with the ImageNet dataset. I was able to successfully inject faults with VGG16, VGG19, and MobileNet. However,…
-
I'm starting a new issue here because it looks like this is not necessarily related to the other OOM report.
It was my understanding that unet only training should work with less VRAM, please corre…