ConvCRF icon indicating copy to clipboard operation
ConvCRF copied to clipboard

The meaning of these parameters?

Open HqWei opened this issue 6 years ago • 1 comments

I am currently training CONV-CRF, but I have not found the corresponding formula for these parameters in your paper? I don't know their specific meaning: 'pos_feats': { 'sdims': 3, 'compat': 3, }, 'col_feats': { 'sdims': 80, 'schan': 13, # schan depend on the input scale. # use schan = 13 for images in [0, 255] # for normalized images in [-0.5, 0.5] try schan = 0.1 'compat': 10, 'use_bias': True

HqWei avatar Jan 18 '19 09:01 HqWei

@HqWei Hello, as I got, you implemented train process, i also did it, but not correctly - the model doesn't learn anything. Could you share your implementation?

laol777 avatar May 31 '19 06:05 laol777