Anne van Rossum

Results 46 issues of Anne van Rossum

This issue I post with some hesitation. In our documentation the `backspace` doesn't work consistently. You can check the behavior at http://dobots.github.io/bluenet/. So, after clicking on a class, and then...

`lbfgsC` cannot be found ``` error: 'lbfgsC' undefined near line 527 column 25 error: called from: error: /opt/pmtk3/pmtksupportCopy/markSchmidt-9march2011/markSchmidt/minFunc/minFunc.m at line 527, column 23 error: /opt/pmtk3/toolbox/SupervisedModels/logreg/logregFit.m at line 139, column 45...

Octave 3.8.1 ``` error: get: unknown hggroup property Color error: called from: error: /usr/share/octave/3.8.1/m/plot/draw/private/__contour__.m at line 201, column 5 error: /usr/share/octave/3.8.1/m/plot/draw/contour.m at line 73, column 16 error: /opt/pmtk3/matlabTools/graphics/plotDecisionBoundary.m at line...

Octave 3.8.1, running `testPmtk3`: ``` error: __errplot__: unrecognized format character: 'M' error: called from: error: /usr/share/octave/3.8.1/m/plot/util/__pltopt__.m at line 215, column 11 error: /usr/share/octave/3.8.1/m/plot/util/__pltopt__.m at line 106, column 23 error: /usr/share/octave/3.8.1/m/plot/draw/private/__errplot__.m...

Thanks so much for supporting Octave. Indicate that you will have to do this for Octave 3.8.1 on Ubuntu 14.04. ``` octave:1> initPmtk3Octave ``` And don't make the mistake to...

Hi Josh, Can you add to the README.md file how to build it? I run `ant debug` but it fails to find `com.joshondesign.arduino.common`. Cheers! Anne

How can I stream `HLS` to the Chromecast? If I am streaming with `-f mpegts` or `-f hls` I can stream with latencies of less than one second (on the...

Currently there's a neat github feature to define if images should be rendered in dark and/or light mode. It's something like this: ``` ``` What I'm looking for is how...

enhancement

Does it run using CPU rather than GPU? I see there are _cpu specific files in https://github.com/charlesq34/pointnet-autoencoder/tree/master/tf_ops/nn_distance. So I guess the GPU dependency is not really necessary. However, the approxmatch...

Hi, thanks so much for this code! It would be great to have some expected time each epoch should take. Currently I have "ported" it to python3 at https://github.com/mrquincle/latent_3d_points. This...