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

RFC: MultiEncoder add padding param separating various encoders' outputs #401

Open
breznak opened this issue Nov 11, 2013 · 3 comments
Open

Comments

@breznak
Copy link
Member

breznak commented Nov 11, 2013

I'm currently experimenting with multiencoders, would it be useful to add a padding(=0) pattern which separates outputs of various sub-encoders in the final array?

Example: MultiEncoder.__init__(self, encoderDescriptions=None, padding=0)
Now: {EncoderOutput1 | EncoderOutput2 | ...}
After (padding=3): {EncoderOutput1 | 000 | EncoderOutput2 | 000 |...}

motivation is that the edges of neighboring encoders would make connected segment's synapses confused (the stable separation pattern should suppress that).

If you find it useful, can someone hack it up please? Im a bit lost in the MultiEnc code..

Thanks, breznak

@rhyolight
Copy link
Member

Comments @scottpurdy or @chetan51?

@chetan51
Copy link
Contributor

@breznak Are you seeing an issue with an experiment, or is this theoretical?

@scottpurdy
Copy link
Contributor

This would only have an impact if you are using topology, which we generally don't do with MultiEncoder. I'm not sure there is much of a use case for it.

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

No branches or pull requests

4 participants