java icon indicating copy to clipboard operation
java copied to clipboard

Maybe two month later, I want to donate my scala keras style project build model base dependency tensorflow-java

Open mullerhai opened this issue 2 years ago • 4 comments

HI :
tensorflow-java is Great Team, who make java & scala and other jvm language build model easily like python !! I feel appreciate about tensorflow-java all contributers. I have ask so many issue, and most the issues are quickly be answered by yours. I have build one framework make build model more easy ,I have write down more than 40+ tensorflow neural net algorithm Layers in my framework ,and users can also defined new layers for build model , they can use sequental style linear add layers build, also can build layer like model functional style , also can defined new model inherit super Model Module class, like defined Transformer Model, vgg , bert , It's inspire by keras-python , so I also named it scala-keras, I know also other coder has build similiar framework.

mullerhai avatar Jun 07 '22 05:06 mullerhai

That sounds great!

pyrator avatar Jun 11 '22 15:06 pyrator

Happy to help @mullerhai and thanks for the great comments! We also benefit having you looking in details at what is missing in our library so we can improve it in the future.

You can also join our community (SIG JVM) so we can look altogether at the issues you are facing and how we could help you to build your framework on top of tensorflow-java, we meet monthly on Google Meet, see the details here

karllessard avatar Jun 12 '22 17:06 karllessard

Happy to help @mullerhai and thanks for the great comments! We also benefit having you looking in details at what is missing in our library so we can improve it in the future.

You can also join our community (SIG JVM) so we can look altogether at the issues you are facing and how we could help you to build your framework on top of tensorflow-java, we meet monthly on Google Meet, see the details here

Very fantastic ,I will clean and reformat my project code, then make the list about some tf function are need by the keras-scala framework,after I complete these ,I will join

mullerhai avatar Jun 13 '22 01:06 mullerhai

Happy to help @mullerhai and thanks for the great comments! We also benefit having you looking in details at what is missing in our library so we can improve it in the future.

You can also join our community (SIG JVM) so we can look altogether at the issues you are facing and how we could help you to build your framework on top of tensorflow-java, we meet monthly on Google Meet, see the details here

I think if the Eager Session could support tf.varable() will be the most important things

mullerhai avatar Jun 14 '22 05:06 mullerhai