java icon indicating copy to clipboard operation
java copied to clipboard

Java bindings for TensorFlow

Results 125 java issues
Sort by recently updated
recently updated
newest added
trafficstars

HI : I want to use some time series model ,I know we have // LSTMBlockCell.create() // GRUBlockCell.create() // BlockLSTM.create(), but I don't know how to use it, would you...

env : tensorflow-java : 0.5.0-SNAPSHOT scala :2.12.11 java : jdk 15 Hi : when I defined a tf Variable named embeddings ,and want to do some operation with it, invoke...

HI : I want to use tf.repeat ,but in tensorflow -java ,I am not found this method ,It is a import logic method for some algorithm. please

Hello! I am not sure if this is the right channel for this question but here we go, I am interested in starting contributing with open source projects, and Tensorflow...

HI : write the tensorflow code in python ,we always use with the variable_scope and get_variable method , like this ``` with tf.compat.v1.variable_scope('Qifficulty'): question_difficulty_weights = tf.compat.v1.get_variable('weights', [q.get_shape()[-1], 1], initializer= tf.initializers.glorot_uniform(seed=0))...

**System information** - TensorFlow version (use command below): 1.15 **Describe the current behavior** When using the current Java bindings for TensorFlow, the log gets filled with output from every operation...

**System information** - TensorFlow version (you are using): Nightly - Are you willing to contribute it (Yes/No): No **Describe the feature and the current behavior/state.** This API would help in...

HI : I want to build recommend system use deepfm model ,but it need a lots of layer ,most important layer is Embedding layer, and so many NLP work model...

Hi: I only see CudnnRNN ,the project has not testcase for it,I not know if we support tf.nn.bidirectional_dynamic_rnn or normal simple rnn? thank you

HI: Use the EagerSession ,I wanna print the tf.matmul() result in idea console , but I cannot found the visualize method to show it. just like this effect ![image](https://user-images.githubusercontent.com/6143404/154827352-3b738ade-178c-4768-8d06-80194a0517a8.png)