Francesco Pasa

Results 17 comments of Francesco Pasa

I would like to add my 2 cents. In other GUI libraries like GTK under X11, such overlays are actually separate windows, and can therefore extend outside the actual application...

@kocolosk If you prefer keeping the options and using this as default, it's fine for me. In that case, should the CI script still be updated? I'll wait for more...

@kocolosk I reintroduced the `--spidermonkey-version`, added a check for empty `SM_VSN` and removed the environment block. Let me know if can do anything else.

Thanks for running the CI. I made it Linux-only because I have no access to freeBSD or macOS to test alternatives. Could you update the branch so we see if...

I think this PR should now be finished.

I really do not understand the error message I get from Travis... some import problem. The funny thing is on my pc py.test runs fine.

No, maybe theano 0.8 is the problem then. I tried with the bleeding-edge version. I fixed all the things you mentioned (thanks a lot for the in-depth review). I'm sorry...

Ok, I tried adding test by copying and modifying the tests for the other cases. I am not at all sure how this whole unit-test thing works (I understand that...

Any news on this? Wouldn't the simplest workaround at the moment be something like the following: ```python logsoftmax = theano.sandbox.cuda.dnn.GpuDnnSoftmax( algo='log', mode='channel' ) output_layer = lasagne.layers.Conv2DLayer( previous_layer, ... nonlinearity=logsoftmax, )...