Skip to content
Snippets Groups Projects
Commit da456b09 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

fix warning

parent b2940ed2
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,6 @@ static void print_vector(float *x, int N)
void run_frame_network(LPCNetState *lpcnet, float *condition, float *gru_a_condition, const float *features, int pitch)
{
int i;
NNetState *net;
float in[FRAME_INPUT_SIZE];
float conv1_out[FEATURE_CONV1_OUT_SIZE];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment