Skip to content

Commit

Permalink
continue tweaks and debug (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJerez committed Nov 12, 2023
1 parent 3803076 commit b543c3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "ndSandboxStdafx.h"
#include "ndTestDeepBrain.h"

//#define D_USE_CONVOLUTIONAL_LAYERS
#define D_USE_CONVOLUTIONAL_LAYERS

static void ThreeLayersTwoInputsTwoOutputs()
{
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit b543c3f

Please sign in to comment.