Really cool, Marcus! Thanks for making this so easy. --------- Matt Taylor OS Community Flag-Bearer Numenta
On Mon, Dec 14, 2015 at 2:08 AM, Pascal Weinberger <[email protected]> wrote: > AWESOME! > > Thanks a lot for this! :) > I've loved the cerebro2 visualisation already but this Is more specific :) > > Great work!! :) > > Best > > Pascal > > > > Best, > > Pascal Weinberger > > ____________________________ > > BE THE CHANGE YOU WANT TO SEE IN THE WORLD ... > > > PLEASE NOTE: This email and any file transmitted are strictly confidential > and/or legally privileged and intended only for the person(s) directly > addressed. If you are not the intended recipient, any use, copying, > transmission, distribution, or other forms of dissemination is strictly > prohibited. If you have received this email in error, please notify the > sender immediately and permanently delete the email and files, if any. > > Please consider the environment before printing this message. > > > > > > On 14 Dec 2015, at 08:13, Marcus Lewis <[email protected]> wrote: > > For example: open something from the NuPIC examples, add these lines, and > run it. > > Sanity will launch in a browser window, and it will snatch control from the > script. You're can run it, pause it, etc. > > Tagline: Previously, you could bring your code to Sanity. Now you can bring > Sanity to your code. > > On Sun, Dec 13, 2015 at 10:51 PM, Marcus Lewis <[email protected]> wrote: >> >> In a console: >> pip install sanity-nupic --user >> >> In your Python: >> import htmsanity.nupic.runner as sanity >> sanity.patchCLAModel(model) >> >> Have fun. :) >> Marcus > >
