-
Notifications
You must be signed in to change notification settings - Fork 561
Pass around saved/exported models everywhere #60
Comments
Running an optimizer, is that like tensorrt? The leela-chess guys had some great results with that. |
I hadn't heard of that -- i was pointed towards toco . I'll go look up tensorrt |
leela-chess benchmarks: Looks like they are working on integrating into TF: |
Yes, that's it almost exactly. (where |
Hi, Indeed, TensorRT seems very promising, unfortunately as of now you won't be able to export your tensorflow network to
The PR probably makes the most sense. Nice project! (offtopic: @amj it looks like you're from the AlphaGo documentary, awesome!) |
@Error323 thanks for the great summary, much appreciated! We'll check it out. I think it's a pretty open space w.r.t. what sort of optimizations are possible so we might not lock in to TensorRT immediately. (I am the guy from doc, yep -- had to study up on NNs since then ;) I'm really watching the leela chess project with great interest! |
I think we've done this in the course of implementing C++ selfplay? |
instead of having our selfplay workers constantly look for the
.data-00000-of-00001, .index, .meta
files, we should properly export our graph. Not only would this make a lot of our scripts cleaner, it'd be a good way to run some optimizers etc. prior to farming it all out.The text was updated successfully, but these errors were encountered: