We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e683b9a commit 8ee0c96Copy full SHA for 8ee0c96
examples/control-vector-generator/pca.hpp
@@ -325,7 +325,7 @@ static void run_pca(
325
params.i_layer = il;
326
params.n_layers = v_input.size();
327
power_iteration(params, v_input[il], ctrl_out);
328
- 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());
329
//print_debug_tensor(ctrl_out);
330
}
331
0 commit comments