crfasrnn_keras icon indicating copy to clipboard operation
crfasrnn_keras copied to clipboard

modified_permutohedral.cc line 362 feature is not defined.

Open dogod621 opened this issue 6 years ago • 2 comments

modified_permutohedral.cc line 362:

const float * f = (feature + k * num_dimensions);

it is not defined

dogod621 avatar Nov 26 '18 09:11 dogod621

modified_permutohedral.cc line 362:

const float * f = (feature + k * num_dimensions);

it is not defined

Did you train the CRF layer successfully? Would you share your training code? My email is [email protected]. Thanks.

gyheart avatar Dec 06 '18 13:12 gyheart

Hi, please replace feature with features.

92xianshen avatar Jun 30 '20 06:06 92xianshen