Commit 2523eeeb authored by Daniel Povey's avatar Daniel Povey
Browse files

Remove print statement

parent 2ec4b08e
......@@ -684,7 +684,7 @@ std::vector<torch::Tensor> learned_nonlin_backward_cuda(torch::Tensor input,
if (true)
if (false)
std::cout << "C,B,T,N = " << C << "," << B << "," << T << "," << N
<< ", images_per_thread_block = " << images_per_thread_block
<< ", grid_dim_y = " << grid_dim_y
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment