hammerlab / flowdec

TensorFlow Deconvolution for Microscopy Data
Apache License 2.0
86 stars 26 forks source link

Using newer tensorflow versions #27

Closed chrisroat closed 4 years ago

chrisroat commented 4 years ago

Is there any active work on this project to upgrade to TF 2.0? I'd be interested in helping out, if it's likely straightforward changes.

eric-czech commented 4 years ago

I don't believe anybody has tried that yet. I imagine it would take little more than figuring out what has been deprecated / moved in python/flowdec/restoration.py which shouldn't be too bad because other than the tf.fft functions, all the other TF operators are pretty vanilla (and likely well documented).