eaplatanios / tensorflow_scala

TensorFlow API for the Scala Programming Language
http://platanios.org/tensorflow_scala/
Apache License 2.0
936 stars 96 forks source link

Support additional Ops #172

Open jxtps opened 4 years ago

jxtps commented 4 years ago

Tensorflow for python supports conv2d_transpose, which I need for a U-net implementation but seems to be missing from TF4S.

What is involved with adding support for additional ops?

Happy to help out &/ have my company sponsor development.