-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EpsilonSvmTrainer error #270
Comments
Is there any example of EpsilonSvmTrainer? I'm not sure if I'm using it correctly. |
could you try compiling in debug mode?
…________________________________
From: cydcydcyd [[email protected]]
Sent: Sunday, April 28, 2019 4:38 AM
To: Shark-ML/Shark
Cc: Subscribed
Subject: Re: [Shark-ML/Shark] EpsilonSvmTrainer error (#270)
Here is my code:
[image]<https://user-images.githubusercontent.com/31031796/56857550-7aa81e00-69a1-11e9-8400-bded39e7bb95.png>
Unhandled exception:
[image]<https://user-images.githubusercontent.com/31031796/56857563-aa572600-69a1-11e9-946b-ecb71524198d.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#270 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADSZGBRJKXVSLJ3LICT4TYLPSUE2HANCNFSM4HITIUGA>.
|
@Ulfgard could you help me about the Unhandled exception? |
this was to check whether an exception would be thrown and to get more information about what is happening. I am just todya returned from vacation.
…________________________________
From: cydcydcyd [[email protected]]
Sent: Monday, April 29, 2019 2:35 AM
To: Shark-ML/Shark
Cc: Oswin Krause; Mention
Subject: Re: [Shark-ML/Shark] EpsilonSvmTrainer error (#270)
@Ulfgard<https://github.com/Ulfgard> could you help me about the Unhandled exception?
I try to compiling in debug mode, but it doesn't help.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#270 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADSZGBQXPZJX7POBKEBISVDPSY7GLANCNFSM4HITIUGA>.
|
Oh sorry, i just realized i read this wrong on my mobile while on vacation. The second template parameter must be RealVector as well. i.e. single labels are encoded as vectors as size 1, as for example in LinearRegression or RandomForest |
@Ulfgard |
when I use EpsilonSvmTrainer, I got some errors in SvmProblems.h
The text was updated successfully, but these errors were encountered: