java
java copied to clipboard
Java bindings for TensorFlow
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...
Sorry for one more help :Eager to support the Embedding layer and embedding_lookup method make real
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
Do we have the visualize method to show the standard operand matrix nums info in the idea console?
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 