Visual-Attention-Network/SegNeXt

about the command of training: ./tools/dist_train.sh /path/to/config 8

Onehundred0906 opened this issue · 3 comments

Hello, very appreciate to give us so excellent article to solve visual tasks, can you explain the path parameter? I cant't find some information about it in code, very grateful!
segnext_config

For example: ./tools/dist_train.sh local_configs/segnext/tiny/segnext.tiny.512x512.ade.160k.py 8

Thanks, i have another question, my computer has only a gpu, your test command is normal to use or not ? i change the command :./tools/dist_test.sh /path/to/config /path/to/checkpoint_file 1 --eval mIoU. only "8" is instead of "1". I run it but occur some mistakes.

Because a single GPU cannot use dist_test.sh