fix compile warn
This commit is contained in:
parent
e683b9af60
commit
8ee0c96688
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ static void run_pca(
|
||||||
params.i_layer = il;
|
params.i_layer = il;
|
||||||
params.n_layers = v_input.size();
|
params.n_layers = v_input.size();
|
||||||
power_iteration(params, v_input[il], ctrl_out);
|
power_iteration(params, v_input[il], ctrl_out);
|
||||||
printf("%s: Done layer %d / %d\n", __func__, (int) il+1, v_input.size());
|
printf("%s: Done layer %d / %d\n", __func__, (int) il+1, (int) v_input.size());
|
||||||
//print_debug_tensor(ctrl_out);
|
//print_debug_tensor(ctrl_out);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue