tf-densecrf icon indicating copy to clipboard operation
tf-densecrf copied to clipboard

parameter missing example: op_test_vs_pydensecrf

Open JulienFleuret opened this issue 6 years ago • 2 comments

Hello

When I try to execute the python code from the file "op_test_vs_pydensecrf" I receive an error because an argument in not set in the call of the method:

    q = tf.foldl(lambda prev, it: meanfield_iteration(prev, unaries, 
                 tf.range(0, num_iters), 
                 initializer=q_init,
                 parallel_iterations=32)  )

in the function meanfield_op.

JulienFleuret avatar Dec 05 '18 22:12 JulienFleuret