I don't know what the problem is, but I've created a ticket for it:

https://github.com/numenta/nupic/issues/715

---------
Matt Taylor
OS Community Flag-Bearer
Numenta


On Fri, Mar 7, 2014 at 10:25 AM, Scheele, Manuel <
[email protected]> wrote:

>
> ________________________________________
> From: nupic [[email protected]] on behalf of Matthew Taylor
> [[email protected]]
> Sent: 07 March 2014 17:16
> To: NuPIC general mailing list.
> Subject: Re: [nupic-discuss] Swarm failing from exceptions
>
> Hi,
>
> here the info:
>
> OS:
> DISTRIB_ID=Ubuntu
> DISTRIB_RELEASE=12.04
> DISTRIB_CODENAME=precise
> DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"
>
> gcc:
> gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
>
> clang:
> Ubuntu clang version 3.0-6ubuntu3 (tags/RELEASE_30/final) (based on LLVM
> 3.0)
>
> cmake:
> cmake version 2.8.7
>
> python:
> Python 2.7.3
>
> the swarm search_def.json is really long (there are 41 coefficients to be
> considered).
> First I thought the error was due to the way I set up the aggregation
> settings, but leaving them out leads to the same error.
> Anyways, this is the file:
>
> {
>     "inferenceArgs": {
>         "predictedField": "phoneme"
>     },
>     "iterationCount": -1,
>     "swarmSize": "large",
>     "includedFields": [
>         {
>             "fieldName": "time_stamp",
>             "fieldType": "datetime"
>         },
>         {
>             "fieldName": "phoneme",
>             "fieldType": "string"
>         },
>         {
>             "fieldName": "coef_1",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_2",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_3",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_4",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_5",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_6",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_7",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_8",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_9",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_10",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_11",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_12",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_13",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_14",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_15",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_16",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_17",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_18",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_19",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_20",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_21",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_22",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_23",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_24",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_25",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_26",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_27",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_28",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_29",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_30",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_31",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_32",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_33",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_34",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_35",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_36",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_37",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_38",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_39",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_40",
>             "fieldType": "float"
>         },
>         {
>             "fieldName": "coef_41",
>             "fieldType": "float"
>         }
>     ],
>     "streamDef": {
>         "info": "speech_recognition",
>         "version": 0,
>         "streams": [
>             {
>                 "info": "data.csv",
>                 "source": "data/data.csv",
>                 "columns": [
>                     "*"
>                 ]
>             }
>         ],
>         "aggregation": {
>             "hours": 0,
>             "microseconds": 0,
>             "seconds": 1,
>             "fields": [
>                 [
>                     "time_stamp",
>                     "first"
>                 ],
>                 [
>                     "phoneme",
>                     "first"
>                 ],
>                 [
>                     "coef_1",
>                     "sum"
>                 ],
>                 [
>                     "coef_2",
>                     "sum"
>                 ],
>                 [
>                     "coef_3",
>                     "sum"
>                 ],
>                 [
>                     "coef_4",
>                     "sum"
>                 ],
>                 [
>                     "coef_5",
>                     "sum"
>                 ],
>                 [
>                     "coef_6",
>                     "sum"
>                 ],
>                 [
>                     "coef_7",
>                     "sum"
>                 ],
>                 [
>                     "coef_8",
>                     "sum"
>                 ],
>                 [
>                     "coef_9",
>                     "sum"
>                 ],
>                 [
>                     "coef_10",
>                     "sum"
>                 ],
>                 [
>                     "coef_11",
>                     "sum"
>                 ],
>                 [
>                     "coef_12",
>                     "sum"
>                 ],
>                 [
>                     "coef_13",
>                     "sum"
>                 ],
>                 [
>                     "coef_14",
>                     "sum"
>                 ],
>                 [
>                     "coef_15",
>                     "sum"
>                 ],
>                 [
>                     "coef_16",
>                     "sum"
>                 ],
>                 [
>                     "coef_17",
>                     "sum"
>                 ],
>                 [
>                     "coef_18",
>                     "sum"
>                 ],
>                 [
>                     "coef_19",
>                     "sum"
>                 ],
>                 [
>                     "coef_20",
>                     "sum"
>                 ],
>                 [
>                     "coef_21",
>                     "sum"
>                 ],
>                 [
>                     "coef_22",
>                     "sum"
>                 ],
>                 [
>                     "coef_23",
>                     "sum"
>                 ],
>                 [
>                     "coef_24",
>                     "sum"
>                 ],
>                 [
>                     "coef_25",
>                     "sum"
>                 ],
>                 [
>                     "coef_26",
>                     "sum"
>                 ],
>                 [
>                     "coef_27",
>                     "sum"
>                 ],
>                 [
>                     "coef_28",
>                     "sum"
>                 ],
>                 [
>                     "coef_29",
>                     "sum"
>                 ],
>                 [
>                     "coef_30",
>                     "sum"
>                 ],
>                 [
>                     "coef_31",
>                     "sum"
>                 ],
>                 [
>                     "coef_32",
>                     "sum"
>                 ],
>                 [
>                     "coef_33",
>                     "sum"
>                 ],
>                 [
>                     "coef_34",
>                     "sum"
>                 ],
>                 [
>                     "coef_35",
>                     "sum"
>                 ],
>                 [
>                     "coef_36",
>                     "sum"
>                 ],
>                 [
>                     "coef_37",
>                     "sum"
>                 ],
>                 [
>                     "coef_38",
>                     "sum"
>                 ],
>                 [
>                     "coef_39",
>                     "sum"
>                 ],
>                 [
>                     "coef_40",
>                     "sum"
>                 ],
>                 [
>                     "coef_41",
>                     "sum"
>                 ]
>             ],
>             "weeks": 0,
>             "months": 0,
>             "minutes": 0,
>             "days": 0,
>             "milliseconds": 0,
>             "years": 0
>         }
>     },
>     "inferenceType": "TemporalClassification"
> }
>
>
> On Fri, Mar 7, 2014 at 9:00 AM, Scheele, Manuel
> <[email protected]> wrote:
> > git log -l --oneline gives a very long output.
>
> The -1 option should be the number 1, not the lowercase letter L.
> Anyways, you are fairly up to date.
>
> I'm concerned about the test failure, though. I haven't seen this
> before. The assertion is failing for wrong number of arguments, and
> that seems very unexpected.
>
> Has anyone else come across this error before?
>
> Manuel, you might help us debug this issue with a bit more info. Can
> you tell us you:
> - OS version
> - gcc / clang / cmake version (gcc --version, clang --version, cmake
> --version)
> - python version (python --version)
>
> It could also help to tell us exactly how you configured the swarm.
>
> Thanks,
> ---------
> Matt Taylor
> OS Community Flag-Bearer
> Numenta
>
> _______________________________________________
> nupic mailing list
> [email protected]
> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
> _______________________________________________
> nupic mailing list
> [email protected]
> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to