Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semantic encoder and decoder: what's the pair between arguments and weights? #12

Open
annahung31 opened this issue Mar 3, 2020 · 2 comments

Comments

@annahung31
Copy link

As this issue say, may I ask for the right matching? Thanks a lot.

Could you give the sample of how to run the code? I cannot match the code with the weights.

parser.add_argument('--arch_encoder', default='resnet50_dilated16',
                    help="architecture of net_encoder")
parser.add_argument('--arch_decoder', default='psp_bilinear',
                    help="architecture of net_decoder")
parser.add_argument('--fc_dim', default=2048, type=int,
                    help='number of features between encoder and decoder')

# Path related arguments
parser.add_argument('--weights_encoder', default='./model/baseline-resnet50dilated-ppm_deepsup/encoder_epoch_20.pth')
parser.add_argument('--weights_decoder', default='./model/baseline-resnet50dilated-ppm_deepsup/decoder_epoch_20.pth')

Originally posted by @cswin in #6 (comment)

@xinli2008
Copy link

hello,have you sloved the problem?And have you run the code successfully? @annahung31

@WangGeStu
Copy link

hello,I have the same problem with you.have you sloved the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants