Jim Clarke

Results 10 issues of Jim Clarke

TF Python serializes numpy style arrays (e.g. Java NdArray) in the format `'normalizer': array([[0.2, 0.2], [0.1, 0.3]], dtype=float32)'`. This is not standard JSON, and tools, like GSON, throw a `MalformedJsonException`...

1) Is there a way to expose the TF C++ file `tensorflow/c/checkpoint_reader.cc` (class `CheckpointReader`) to the Java framework? We need this to restore weights and variables from checkpoints and saved...

In Python TensorFlow, there are some `OP`s defined in the Python Layer, and some defined in the C-api layer. I have been tasked to see how Java TensorFlow might want...

If I don't use Java 8, I get the following error: I use JDK 17 by default on my box, I have also seen this error with JDK 11. Can...

In woking with `Model` training, an issue on `Optimizer` has shown its head. Currently, when calling `minimize(loss)` on the `Optimizer` instance, the `Optimizer` code walks the entire `Graph` and pulls...

My local repository says it is 100% in sync with tensorflow/java master. I do a `mvn clean`, `mvn install`, then all the generated `Ops` are updated and next it wants...

These are the first set of model layers, fairly simple ones without back propagation. I have also revamped the `TestSession`, `GraphTestSession` and `EagerTestSession` to use lambdas for common operations between...

This may be a more appropriate issue for `java-ndarray`, but I thought I would kick off discussion here as it relates to `SparseTensor`. @karl has asked that I explore setting...

@rnett Could you please explain `tf.statefulIf` vs `tf.statelessIf` and when a `ConcreteFunction` is stateful vs stateless?

I**Describe the problem** I am getting errors on the copyright comment block when trying to build a PR. The only differences I see are "Copyright 2020" vs "Copyright 2020-2021" and...