irllabs / ml-lib

A machine learning library for Max and Pure Data
Other
274 stars 40 forks source link

Unable to use a read model #179

Closed jpjullin closed 3 years ago

jpjullin commented 3 years ago

Hi everyone,

I am using ml.ann to train and write a model. Everything works fine, but I have trouble using a pre-written model. I can read it, but when I try to map data, I get the message "error: no observations added, use 'add' to add training data".

Am I missing something obvious? I can't find an answer in the documentation or on Github about this problem.

Here is a very simple patch to reproduce my problem: readModel.zip

Thanks in advance for your help!

NiccoloGranieri commented 3 years ago

Hi @smolBlakofee, thanks for reporting this.

I can confirm that I'm able to reproduce this bug on Windows but not on macOS. We are working to push some fixed by the end of the week, so if we're lucky and this is an easy fix, I'll notify you when a new build is available.