Sasha Rush

Results 119 comments of Sasha Rush

Parsing bug reported, fixing.

I wanted to raise this PR once again. I am the Secretary of ICLR and would like to see it added to this list as it matters for our author's...

I sent a PR, but haven't received any response :( https://github.com/emeryberger/CSrankings/pull/4529

Everything you are currently doing with list comprehensions, you can do faster and simpler with the `arange` function . For example if one does `arange(10) == 2` that gives you...

That's great! There are a couple ways to do it, but this is the way I did it. The other thing I saw was to multiply to force type changes...

Yeah, I would love to have discussions about ways this project can have an community-based, transparent process to arrive at strong default metrics. @kpu / @mjpost do you have any...

While a Bazaar setup works for models / datasets, I am not sure it is ideal for metrics ? Ideal from my perspective would be to have tasks with metrics...

Unfortunately I do not think that ONNX support RNNs at all yet :( Let us know when they get that functionality.

@da03 In OpenNMT we have a tool called `release_model.lua` for exactly this use case. https://github.com/OpenNMT/OpenNMT/blob/master/tools/release_model.lua . Can we check if that works for im2text?