Yao-Yuan Yang

Results 66 comments of Yao-Yuan Yang

I think maintaining an "internal index" and decode it before it outputs from our model should be enough (we can swap the row to the right order before return from...

I think that on line 225 I want to raise error when dataset.get_unlabeled_entries() returns an empty list which indicates there is no unlabeled entry left. In usual case, the make_query...

The following is my command line arguments: --input-dim 122x105 --struct 40x23x14-6s-100x14x12-3s-6128-1024 --output-dim 32 Just curious about what these parameters (kernel = (100, 92), grids = (8, 8, 40), threads =...

Actually the kernel size 23*14 is able to be run on my computer using theano. I am still wondering about what Caffe have done to get the 7% error rate....

The filter size is 23x14 and 14x12 number of kernel is 40 and 100 I ran it on GTX780, the implementation is pretty much like the code in the following...

Find the RNN unit in the keras model (https://github.com/yangarbiter/multilabel-learn/blob/master/mlearn/models/rethinknet/rethinkNet.py#L126) When the RNN unit is SimpleRNN, you can just plot the recurrent matrix in it, that's the memory transformation matrix W....

Hi, Previously we found that adding another layer between RNN and the label will improve the performance, so the number of units in RNN is set to 128. If you...

Do you have any additional error message that can be provided? Can you also check if you can import cython correctly from your Python interpreter (i.e. try `python -c "import...

Sorry for the late reply. There seems to be something wrong with the wheel building process. One temporary workaround is to download the source code and install from `python ./setup.py...