odlgroup / odl

Operator Discretization Library https://odlgroup.github.io/odl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility of 'as_tensorflow_layer' with tensorflow 2.0

jaweriaamjad opened this issue · comments

Hi, I want to implement a deep learning model for CT reconstruction that will require computing the gradients of the sinogram w.r.t to the original images. Just wanted to check if 'as_tensorflow_layer' is compatible with tf 2.0?

thanks

Hi! Sadly I've not tried it, and I'd expect it to not work very well since as_tensorflow_layer uses the old graph-structure. I would be very willing to assist in any attempt to update it though, since this feature is a reasonably often requested.