MiguelMonteiro / CRFasRNNLayer

Conditional Random Fields as Recurrent Neural Networks (Tensorflow)
MIT License
82 stars 20 forks source link

Gradients wrt other inputs #22

Closed magata9 closed 4 years ago

magata9 commented 5 years ago

Hi Miguel,

Thanks a lot for sharing your work.

I was wondering whether there is an easy way of computing the gradients wrt the other inputs of lattice filter (apart from the gradients wrt unaries), e.g. rgb image or kernel widths?

TXFR commented 5 years ago

Excuse, did you run this program successfully? But I can't find the "lattice_filter, so" in it, so I was not sure that if I missed something in it?

MiguelMonteiro commented 4 years ago

@magata9 Hi, I don't know of any easy way, I thought about doing it before but it is an open question of research