eaplatanios / tensorflow_scala

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

Support additional Ops #172

Open jxtps opened 5 years ago

jxtps commented 5 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.