Adam Pocock

Results 375 comments of Adam Pocock

> @Craigacp Building under Rosetta but using a TF build config file without the AVX instructions is not an option then ? I was not aware that it is pulling...

Yes, you'll need a full x86 development stack, including Python, probably including compilers as well, and then you might need to change how it finds the compilers to make sure...

If it builds with 11 why do you need to build it with 8? It should produce Java 8 compatible jar files even when compiled on 11.

TF-Java is compiled on 11 but targets 8, and so will produce class files which are compatible with Java 8.

I'm trying to replicate what you have on my M1 Mac so I can figure out what the test failures are, but I'm getting issues compiling protobuf. We can't easily...

I had to make some modifications to the pom files to get it to build the appropriate jars, and having to run the build as the superuser is worrying to...

Could you try and build a clean checkout of this branch - https://github.com/Craigacp/tensorflow-java/tree/apple-silicon ? It'll require sudo, and I don't want that in an actual build, but it would be...

Error prone should work on Java 11. That build is hard coded to expect a Azul Zulu 11 installed in the system. The bazel version is set to 4.2.1 and...

I set the bazelversion to 4.2.1. Maybe it's not cleaned the build properly?

You should be able to wrap a Breeze `DenseMatrix` around the array you get out of a tensor. If you want it to be extremely efficient then that will be...