You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit (shown by the server when starting): 073e9a1
Your question / the problem you're facing:
This issue is related to #761 and more precisely to the fix #762 .
It resolved the inference issue however now it is impossible for me to train a model using a svm connector
I joined some random data if you want to replicate.
To replicate you can just download it and extract it.
In the next section we will consider PATH_MODEL as the path where the model is stored.
Error message (if any) / steps to reproduce the problem:
Let us first create the service we will use to train:
Ah, see #765. I had tested in-memory training only. To add svm + db training to unit tests I had to add test_split support to SVM + db training first, so this is what #765 does now. I've left a test for in-memory svm training.
Configuration
073e9a1
Your question / the problem you're facing:
This issue is related to #761 and more precisely to the fix #762 .
It resolved the inference issue however now it is impossible for me to train a model using a svm connector
I joined some random data if you want to replicate.
To replicate you can just download it and extract it.
In the next section we will consider PATH_MODEL as the path where the model is stored.
Error message (if any) / steps to reproduce the problem:
Let us first create the service we will use to train:
Now we can try launching a training with an older version of DD (caaeb78).
We observe that the training is launched.
However now if we use the new version corresponding to commit 073e9a1 the train fails almost immediately.
bug_svm_training.zip
The text was updated successfully, but these errors were encountered: