-
Is it possible to use real-valued, continuous features in pystruct or this this planned for the future road-map?
-
Hi,
I'm trying to use inference_dispatch() to regularize a segmentation mask obtained with Random Forest. My unary term deals with Random Forest output probabilities but my question is : how can we t…
conze updated
8 years ago
-
I need to port the check from pystruct...
-
Hi,
Whenever the `Parallel` stuff is called it appears the following error (e.g., it shows up when I run the example `plot_objective_curve.py`):
```
Traceback (most recent call last):
File "", lin…
-
I was chatting with Andreas Mueller and he mentioned two things:
1. pystruct, his structured learning library. One of the key points is that he similarly extends the sklearn API
2. Sklearn's wiki h…
-
I am trying to reproduce the sample code as in _plot_grid_crf.py_ with my custom data. My array X is of the shape (2,720,960,12), having two training samples of two images of sizes 720(rows)x960(colum…
-
writing some tests for SaveLogger functionality with n_jobs > 1, because currently my pool attribute causes this to fail, and came across what I think is a bug.
Significant differences in performance …
-
Hi.
I build opengm as part of continuous integration for pystruct, and it recently started failing:
https://travis-ci.org/pystruct/pystruct/jobs/41728440
with
> > g++: internal compiler error: Kille…
-
With cvxopt 1.1.7 on a win64 machine I get an error while trying out the example (https://pystruct.github.io/auto_examples/plot_latent_crf.html#plot-latent-crf-py).
It says TypeError: Non-numeric ty…
-
- write wrapper for dd-bundle (needs conic-bundle to be recompiled with -fPic)
- write wrapper for GCO
- finish wrapper for reducedInference: ( **almost done**)
- **cplex** and **trws** are added …