An Question about the demo in capi example folder
Created by: ckeys
Hi All,
I am just wondering if there are any parameter files, which is required by the code in the example folder.
Here I attach the code:
/* --------------------------------------------------------------------------------------
paddle_gradient_machine_load_parameter_from_disk(machine,"./some_where_to_params")
/* --------------------------------------------------------------------------------------
I wanna to deploy the code on the Android platform. Without the parameter file, I can not get the prob output. :(
Thanks.