From b543c3f16391ee57a13e10cec2835a5d08d421b3 Mon Sep 17 00:00:00 2001 From: JulioJerez Date: Sat, 11 Nov 2023 20:46:26 -0800 Subject: [PATCH] continue tweaks and debug (wip) --- .../applications/ndSandbox/toolbox/ndTestDeepBrain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newton-4.00/applications/ndSandbox/toolbox/ndTestDeepBrain.cpp b/newton-4.00/applications/ndSandbox/toolbox/ndTestDeepBrain.cpp index 3c54c445ed..f79dad2c59 100644 --- a/newton-4.00/applications/ndSandbox/toolbox/ndTestDeepBrain.cpp +++ b/newton-4.00/applications/ndSandbox/toolbox/ndTestDeepBrain.cpp @@ -12,7 +12,7 @@ #include "ndSandboxStdafx.h" #include "ndTestDeepBrain.h" -//#define D_USE_CONVOLUTIONAL_LAYERS +#define D_USE_CONVOLUTIONAL_LAYERS static void ThreeLayersTwoInputsTwoOutputs() { @@ -283,7 +283,7 @@ static void MnistTrainingSet() ,m_bashBufferSize(64) { ndInt32 threadCount = ndMin(ndBrainThreadPool::GetMaxThreads(), ndMin(m_bashBufferSize, 16)); - threadCount = 1; + //threadCount = 1; SetThreadCount(threadCount); for (ndInt32 i = 0; i < m_bashBufferSize; ++i) {