pytorch-semseg
pytorch-semseg copied to clipboard
config.yml for pspnet and PASCAL
I want to train pspnet with pascal 2012 and reproduce the results, but i don't know how to set the config.yml Can anyone help me? Thank you so much.
use the fcn8 yaml file in cofig folder.
@alvarogm84 Do you successfully run pspnet on PASCAL, can you share your config? thanks.
@zaidzidane I don't think simply modifying fcn8 yaml would work
@wackxu did you happen to make it work? I tried to modify the fcn8 yaml and set batch_size to 2, then some error happens in cross entropy function, obviously input and target didn't match the dimension
I have trained the pspnet with PASCAL(batch size=8 with the fixed size 476*476), after 20000 itera training, the miou is still very low, and i don' t know why.