BhavyaSaraf
BhavyaSaraf
@olgavrou @jackgerrits My usecase involves following flow (After fixed time interval): 1. Download and save new multiple VW Cats model file 2. Load multiple VW Model in memory sequentially using...
In that case can you suggest any alternative. Even a C++ solution would work
Can you please provide some documentation/pointers on required .so/.a/.dylib and steps to build them inorder to use the above mentioned solution.
I plan to add cats support in C Wrapper API, I did the following for a basic code check: 1. Added ```VW_DLL_PUBLIC void VW_CALLING_CONV Print() {printf("Random\n");}``` in vowpal_wabbit/vowpalwabbit/c_wrapper/src/vwdll.cc 2. Added...
[Update] https://github.com/VowpalWabbit/vowpal_wabbit/pull/4021 I was able to solve the issue by making changes mentioned in above pull request and building the exact same way. Before running, add the lib_vw_c_wrapper.dylib to $LD_LIBRARY_PATH...
Is there any way we can read json format using C/C++ APIs for cats mode ?
@jackgerrits
Checking this out @singhniraj08 Will update this thread.
Getting ```tensorflow/core/protobuf/rpc_options.proto:5:15:tsl/protobuf/rpc_options.proto: does not exist``` while following [TF Forum thread](https://discuss.tensorflow.org/t/how-do-you-compile-the-tf-serving-proto-files/11042)