Chien-Chung, Lin

Results 6 comments of Chien-Chung, Lin

I also met the cuda out of memory problem also, and then I change the architecture using '--trunk resnet50' without using '--snapshot checkpoints/best_cityscapes_checkpoint.pth'. Besides, I also use the parameter suggested...

@HAOCHENYE Thanks for telling that and sure that it can not training using resnet50 or resnet101 under this current version. And have you successfully training using wideresnet on single GPU?...

> make --syncbn=False in train.py. > Besides, I also delete some data augmention and change its image transformation because the loss is hard to converge for single GPU card based...

> Thank you very much for your reply. Did you use Resnet50 to train from scratch instead of using the original pre-training checkpoint? So how do I modify the code...

Dear hxtisme, please refer to this: #37 Simply register then download it.

Dear all, I'm using python3.6 and also met this problem. I fixed this problem by modify the /usr/local/lib/python3.6/site-packages/torch/utils/cpp_extension.py from ['ninja', '-v'] to ['ninja', '--version']. Hope this information could help you...