Ursin Brunner

Results 9 comments of Ursin Brunner

apparently the job has already been done by @myflowpl (https://github.com/myflowpl/angular-busy2). I use this fork now, which works perfectly with browserify/webpack. Many thanks for the work @myflowpl!

Hi @bogdankostic, could you reproduce the issue described? Let me know if you need more information.

> @mjl can you elaborate how to implement those lines? You will have a _pdf-reader_ reading in the origin file and a _pdf-writer_, creating the new pdf (see code of...

Hmm that's actually a good question. This line is part of the original IRNet paper the code is based upon. I will have a look at it next week and...

@QuchenFu try which metric are you referring to with 45%? The official Spider metric is the one I report with "all" (so all difficulty levels). In general I don't think...

"accuracy" is referring to the accuracy on SemQL level. We compare the predicted SemQL with the expected SemQL ground truth. Only afterwards we transform the predicted SemQL to sql and...

Hi @neerajbhat98 and sorry for my late response. The error you are facing simply means that the decoder network was not able to decode at least one full result. This...

That is indeed a problem. You can use a more recent transformer (e.g. BART) which supports up to 1024 tokens, but you could also try to simplify your schema -...

Your project is finally running on my windows 7, here some useful information: -install python V2.6, 32bit (http://www.python.org/download/releases/2.6/) -install pyusb. All information u need is here: https://github.com/walac/pyusb. First, you have...