Open linmagit opened 7 years ago
@saatviks Are you working on this?
Yep - Have been coordinating with @malin1993ml. We have finished setting up a helper/entity C++ class to work with the Tensorflow C API which does the following:
@saatviks Thanks for the update. I have assigned you to this issue. Please make sure you mention this issue when you raise a PR.
Sure, thanks.
The workload prediction module of our self-driving component uses machine learning to predict the arrival rate time series of queries. We're going to integrate Tensorflow to train those machine learning models. Furthermore, the feedback control part of the self-driving component also needs it to train statistical models. The C++ version of Tensorflow requires us to build tensorflow by ourselves. That will significantly increase Peloton's build time. So for now we have two other choices: