|
|
|
|
|
by mihai_maruseac
778 days ago
|
|
Yes, production code is C++, but the way the models are built is Python code, colab, save via Orbax/TF SavedModel, etc and then serve in C++. All (most, to hedge it) development is done via Python. I don't directly develop the models, I played with some for fuzzing [1] and I'm working on security for them [2]. And, before joining GOSST, I was leading the OSS DevInfra team in TF. I still have the most number of commits made by a human [3] even after 2 days of leaving the team, though I see the next person only needs 4 more :) [1]: https://security.googleblog.com/2023/08/ai-powered-fuzzing-b...
[2]: https://security.googleblog.com/2023/10/increasing-transpare...
[3]: https://github.com/tensorflow/tensorflow/graphs/contributors |
|