Minor fixes

This commit is contained in:
AlexeyAB
2019-02-02 15:16:57 +03:00
parent ff0733ed40
commit 41814fc4b3
3 changed files with 10 additions and 4 deletions

View File

@ -338,7 +338,7 @@ void forward_convolutional_layer_gpu(convolutional_layer l, network_state state)
}
else*/
{
start_timer();
//start_timer();
im2col_align_ongpu(state.input + i*l.c*l.h*l.w, l.c, l.h, l.w, l.size, l.stride, l.pad, l.align_workspace_gpu, l.bit_align);
//cudaDeviceSynchronize();
//stop_timer_and_show_name("im2col_align_ongpu");