This commit is contained in:
Chao Liu
2019-04-09 16:13:14 -05:00
parent 796f72e26e
commit 1bd880a674
11 changed files with 113 additions and 43 deletions

View File

@@ -409,7 +409,7 @@ int main(int argc, char* argv[])
constexpr index_t HPad = 0;
constexpr index_t WPad = 0;
#elif 0
#elif 1
// 3x3, 34x34
constexpr index_t N = 64;
constexpr index_t C = 256;
@@ -454,7 +454,7 @@ int main(int argc, char* argv[])
constexpr index_t HPad = 0;
constexpr index_t WPad = 0;
#elif 1
#elif 0
// 7x7, 38x38
constexpr index_t N = 64;
constexpr index_t C = 256;