-
-
Hello, I have some questions regarding the SVM classifier training part of your work while I am replicating it. According to your code, you used a dataset named test.txt in addition to train.txt durin…
-
Hi everybody,
I am implementing the paper about the deep-poselets, it is the next paper published by Bourdev and Malik (http://arxiv.org/pdf/1407.0717v1.pdf). I created the deep-net and I trained it a…
-
I am struggling the last days trying to find way to train svm with my own data. My issue is how to change properly svm kernel. I found in your code svmlight.h with svm parameters. When I am trying to …
ghost updated
8 years ago
-
Hello,
Thanks for the nice tool, but I want to ask how to train the svm model, I tried training the model using lcas_simple_data.zip but always got "train failed", and the console got "mv cannot st…
-
Hi, thanks for your job. I have some question about the svm training and testing precedure.
According to your paper, you randomly rotate the pointcloud and extract the features. Dose it mean that
ea…
-
#### Configuration
- Version of DeepDetect:
- [X] Locally compiled on:
- [X] Ubuntu 14.04 LTS
- [ ] Mac OSX
- [ ] Other:
- [ ] Docker
- [ ] Amazon AMI
- Com…
YaYaB updated
4 years ago
-
Hi there,
I'm trying to use a model and recipe that was saved in 2018, and use them with updated packages.
The original model was saved with:
parsnip v0.0.1
recipes v0.1.4
I'm trying to use it wit…
-
The hyperparameter values for SVC were obtained by performing GridSearchCV on the training set.
The code snippets given below can be used to validate the findings:
For Training SVM - with Data …
-
I'm currently working on adding support for the Python 3.13 free-threaded build to projects in the scientific python ecosystem. We are tracking this work at https://github.com/Quansight-Labs/free-thre…