You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
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.
Originally posted by @cswin in #6 (comment)
The text was updated successfully, but these errors were encountered: