Constantino Schillebeeckx

Results 12 comments of Constantino Schillebeeckx

Ubuntu 14.04.3 gcc 4.8.4 caffe 1.0.0 rc5

I'm still getting the same error (in `super_category_layer.cpp`) with the particular branch of caffe you mentioned. Anything else I can try?

Anything we can do to help out?

@madkinsz I ended up [implementing](https://github.com/sphinx-contrib/prefecttask) this and submitting it to sphinx-contrib

Thoughts on condition selector https://github.com/mistic100/jQuery-QueryBuilder/issues/363

What's going on with this PR? Would love to see this merged in.

+1 for methods for clustering. Currently I'm doing a pre-processing step on my mapping file using [sklearn.cluster.kmeans](http://scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html) to generate k clusters. ![screen shot 2016-02-24 at 11 01 27](https://cloud.githubusercontent.com/assets/8518288/13293655/200e3b84-dae6-11e5-8793-3cee5ce4f262.png)

For those interested, I'm doing this in my fork of the cookiecutter with the [following bash script](https://github.com/ConstantinoSchillebeeckx/cookiecutter-data-science/blob/master/%7B%7Bcookiecutter.repo_name%7D%7D/src/setup/setup_git_repo.sh) I then added a command to the Makefile: ``` ## Push to GitHub...