Lei-Lei Ma

Results 31 comments of Lei-Lei Ma

You can view it as a coefficient

voc2012 ? http://host.robots.ox.ac.uk:8080/

> > > Your work is awesome. > Could you please release code to reproduce? It should be released soon

in train_autodeeplab.py replace parser.add_argument('--gpu-ids', nargs='*', type=int, default=0, help='which GPU to train on (default: 0)') with parser.add_argument('--gpu_ids', nargs='*', type=str, default='0', help='which GPU to train on (default: 0)') --gpus_ids type=str default='0'

CUDA_VISIBLE_DEVICES=0,1,2 python train_autodeeplab.py --backbone resnet --lr 0.007 --workers 2 --epochs 40 --batch_size 1 --gpu_ids 0,1,2 --eval_interval 1 --base_size 64 --crop_size 64 --dataset cityscapes RuntimeError: CUDA out of memory. Tried to...

![图片](https://user-images.githubusercontent.com/19569162/130345038-26d741f5-8d6a-4e89-ade1-a49cc6a8c7e6.png)

![图片](https://user-images.githubusercontent.com/19569162/130345520-0a49fd6a-d985-4331-966f-0bb389ae897e.png)

> > > thanks for your feedback, for further investigation, could you please execute `log_v=1 python -m jittor.test.test_core` ![图片](https://user-images.githubusercontent.com/19569162/130358772-56594c7f-637b-4d43-afcb-c403dc722346.png)

LD_PRELOAD=/usr/lib/libstdc++.so.6 python -m jittor.test.test_example `https://pastebin.ubuntu.com/p/79jdS98927/`

I gave up when I couldn't downgrade