Mitch Connors

Results 32 comments of Mitch Connors

I also have observed serious time drift over several days when not connected to WiFi, which should mean no NTP calls. Are we sure this issue is unique to this...

> I think this is a reasonable request but that is a rather short timeout. Could be make this 5 seconds at least to start. We have similar timeouts elsewhere...

My initial plan is to use @Elucidation 's [tensorflow_chessbot](https://github.com/Elucidation/tensorflow_chessbot) Convolutional Neural Network model as a basis for this feature. I will convert his code from Python to Java, running against...

One problem I am running into early on: Building android tensorflow applications requires a pretty specific build environment. Bazel and JDK 8 are required, along with a few others. @veloce,...

I'd like to add that I already have a trained model, courtesy of @Elucidation. For an example of an Android app using an already trained model, see https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android . The...

@freefal, you make great points, both in regards to the need to update the model, as well as about cross-platform availability. Let me take a step back for a moment...

@Elucidation, perhaps you could weigh in on what environment you are running the chess bot from, and what sort of processing power you need to run and train the model...

It sounds like it would be worthwhile to discuss this feature with the Lila teams before moving forward. Is the Lila channel the best place for this discussion? @Sam, would...

This thread has gone dead for a very long time, as I have been distracted. I have wrapped the prediction service in grpc, which can be called from any client...