Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Allow SensorRegion to pass actValue and bucketIdx to SDRClassifierRegion #3547

Open
marionleborgne opened this issue Apr 13, 2017 · 0 comments

Comments

@marionleborgne
Copy link
Member

marionleborgne commented Apr 13, 2017

The network API does not support continuous inference at the moment. So far, the workaround has been to call customCompute() on the classifier region to do inference.

What is required to fix the issue: create new links between sensor and classifier regions so that the SensorRegion can pass bucketIdx and actValue to the SDRClassifierRegion. This way inference can happen within the network, without having to call customCompute() in an outer loop.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant