Stefan Kahl

Results 63 comments of Stefan Kahl

The versions that you need for your machine differ, depending on OS and GPU. I did the following, the last time I installed all dependencies for my repositories using Ubuntu...

Yes and no. I'm still using some of the code in my current projects which all run on Ubuntu 16.04. However, you might not be able to use the trained...

It seems to me that you are trying to run the model in CPU mode. You need to get gpuarray running before you can load a pickled model. As I...

This looks like gpuarray can't access your GPU which might have something to do with drivers&CUDA.

@carstenschwede you are right, installing Theano from git results in version 1.0.1. Using `pip show pygpu` tells me I'm using version 0.7.5 and `pip show lasagne` says version 0.2.dev1. The...

Ah, now I know what's going on: The newest version of Lasagne supports grouped convolutions. In that version, all Conv2DLayers have an additional argument named "num_groups". Unfortunately, the snapshot model...

The reason for this the newest Lasagne release. `num_groups` is a new feature to the `Conv2DLayer`, unfortunately the downloadable snapshot of the net does not support this feature. There's only...

Thanks. I'm in favor of switching to a `requirements.txt`, but I think we should make sure that all packages are listed (e.g., the new GUI uses gradio) and we should...

Max reached out to us via support email, I'm posting the issue here so that we can look into it.

Yes, UK is the Ukrainian list of translated labels and should be used through `--locale uk` and not `--slist`. I added UTF-8 as default encoding when loading label or result...