Re: Network API and PassThroughEncoder encoder

2014-11-24 Thread David Ragazzi
Yes, #1524 solved! Thanks! On 24 November 2014 at 17:55, Scott Purdy wrote: > David, I didn't see this before (CC me explicitly if you want me to see > something right away). Did we resolve your issues in your PR? > https://github.com/numenta/nupic/pull/1524 > > On Mon, Nov 17, 2014 at 7:07 AM,

Re: Network API and PassThroughEncoder encoder

2014-11-24 Thread Scott Purdy
David, I didn't see this before (CC me explicitly if you want me to see something right away). Did we resolve your issues in your PR? https://github.com/numenta/nupic/pull/1524 On Mon, Nov 17, 2014 at 7:07 AM, David Ragazzi wrote: > Ok, it seems that really there's no mechanism to make Network A

Re: Network API and PassThroughEncoder encoder

2014-11-17 Thread David Ragazzi
Ok, it seems that really there's no mechanism to make Network API read values for PassThroughEncoder. I have thought on a simple solution to this. Binary arrays be passed as string but without colons: Square string T 01100110

Network API and PassThroughEncoder encoder

2014-11-16 Thread David Ragazzi
Hi Scott and others, I'm trying use NuPIC Network API to handle a network that read a array of 0's and 1's from a file and pass it to a region without data conversion, i.e. using PassThroughEncoder. The problem is that FileRecordStream only accepts 'string', 'datetime', 'int', 'float', 'bool' for