Hi all,

I am running the following function of a model:

>> self.model.resetSequenceStates()

where the model has the SP and TP enabled.
I get the following output on the terminal when running this:

>> DEBUG:  Result of PyRegion::executeCommand : 'None'

I can't really make sense of what this is supposed to tell me. Can anyone help 
me with this? Is the reset working?

My TP settings are:

                 'tpEnable': True,
                 'tpParams': {'activationThreshold': 14,
                              'cellsPerColumn': 32,
                              'columnCount': 512,
                              'globalDecay': 0.0,
                              'initialPerm': 0.21,
                              'inputWidth': 512,
                              'maxAge': 0,
                              'maxSegmentsPerCell': 128,
                              'maxSynapsesPerSegment': 32,
                              'minThreshold': 11,
                              'newSynapseCount': 20,
                              'outputType': 'normal',
                              'pamLength': 3,
                              'permanenceDec': 0.1,
                              'permanenceInc': 0.1,
                              'seed': 1960,
                              'temporalImp': 'py',
                              'verbosity': 0},
                 'trainSPNetOnlyIfRequested': False},

I reduced the size of the SP and TP columns because of the limited memory I 
have available on my machine.

Thanks for the help.

Manuel
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to