crfasrnn_keras
crfasrnn_keras copied to clipboard
modified_permutohedral.cc line 362 feature is not defined.
modified_permutohedral.cc line 362:
const float * f = (feature + k * num_dimensions);
it is not defined
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.
Hi, please replace feature
with features
.