Commit 3ac58ecb authored by guangzlu's avatar guangzlu
Browse files

modified blockwise_dropout.hpp

parent d0e6544a
...@@ -40,11 +40,6 @@ struct BlockwiseDropout ...@@ -40,11 +40,6 @@ struct BlockwiseDropout
block_sync_lds(); block_sync_lds();
for(int i = 0; i < tmp_size; i++)
{
printf("%u \n", tmp[i]);
}
int tmp_index = 0; int tmp_index = 0;
static_for<0, MRepeat, 1>{}([&](auto iM) { static_for<0, MRepeat, 1>{}([&](auto iM) {
static_for<0, KRepeat, 1>{}([&](auto iK) { static_for<0, KRepeat, 1>{}([&](auto iK) {
......
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