java-models icon indicating copy to clipboard operation
java-models copied to clipboard

Models in Java

Results 13 java-models issues
Sort by recently updated
recently updated
newest added

In the TF1.x use the "org.tensorflow.Tensor#create(java.lang.Object)" can conveniently construct various types. Which method in TF2 is equivalent to org.tensorflow.Tensor#create(java.lang.Object) in TF1?

I have been using TensorFlow in Java recently to do some work. I browsed the official website and found that there are some gaps in the new TensorFlow version of...

Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies

There is a page here showing how to setup Tensorflow on Python for M1 ARM Macs: https://developer.apple.com/metal/tensorflow-plugin/ It seems we could adapt this example for the M1 ARM Macs. My...

- [x] How to create Tensor and populate with data - [ ] How to copy to/from tensor - [ ] Cover basic operations on one or two tensors -...

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...

https://tensorflow.google.cn/api_docs/java/org/tensorflow/package-summary?authuser=1 This API about old release is deprecated and will be removed in a future version, but I can't find the API about new release. And my TensorFlow version is...

Need to switch on release 0.2 and update all examples