Adam Pocock

Results 375 comments of Adam Pocock

I was considering trying `tensorflow-metal` out, but I'm not sure I want to upgrade my personal Mac (which is an M1) to the developer preview of Monterey to test it...

Well, if everything works it should be as straightforward as just checking out the head of the TF-Java repo, getting the right version of bazel installed (making sure that version...

I spent a few hours poking at it. It doesn't build, even after porting across a bunch of bazel changes from upstream TF, and then hacking on various bits of...

I think it should compile from source, but we're still unable to provide binaries. We're looking to move towards using Google's binaries for the C API, which will make that...

Those runners aren't free, so I don't think we can use them. However we've made good progress on using prebuilt binaries so the next release should have support for macOS...

Binaries are available in the 1.0.0-rc1 release.

Yeah, SIGILL means it tried to execute an illegal instruction (i.e., one which is invalid for the CPU it's executing on). If you want to run the JVM under Rosetta...

Select doesn't have a gradient visible to the C code. I think it's probably simpler to add some epsilon to the l2 rather than using a conditional to only sqrt...

We don't have an equivalent of variable scope, though you can name the scope which has a similar effect, but if you have a graph ops instance you can call...

I think DL4J also has some parsing logic for the JSON emitted by Keras, maybe we could look there to see what hacks they did? I'm surprised TF Python is...