christiaanjs / treeflow

GNU General Public License v3.0
13 stars 4 forks source link

libsbn likelihood with `tf.while_loop` #37

Open christiaanjs opened 2 years ago

christiaanjs commented 2 years ago

Using tfp.optimizer.lbfgs_minimize with our libsbn likelihood yields an error about shape invariants from the call to tf.while_loop. Perhaps we could provide more information about shapes somewhere to make this work.