Alex Ilchenko

Results 11 comments of Alex Ilchenko

Hi, So I do think that when you reopen the extension, the last term comes back up. Doesn't it? It's true that the result number is reset. If you want...

Are you familiar with regular expressions? If you type `/this is a.*search/` into Fuzbal, that should work. Or are you talking about some kind of automated way to do this?

Have you tried opening/closing your browser?

What page were you browsing when you got this error?

Yes, perhaps it should fail more gracefully or there should be some kind of a delayed retry. Hey, if you are willing to figure out how to do so, I...

Is this still an open feature request os has downloading forums become easier since this thread was started?

Both v2 and v3 have 1 host if these are donuts (2x2 configuration). Both v2 and v3 have 4 chips and 8 cores (that's 2 cores per chip). Yes you...

I think that the way I've fixed it is I've set NUM_HOST=1 (https://github.com/kimiyoung/transformer-xl/blob/master/tf/scripts/wt103_large_tpu.sh#L9), but I agree, there are inconsistencies that make it hard to reproduce the work. It seems like...

Reading just the abstract, (here: https://www.researchgate.net/publication/220618233_Simple_Fast_Algorithms_for_the_Editing_Distance_Between_Trees_and_Related_Problems), the time complexity is O(m*n*min(depth_m, leaves_m)*min(depth_n, leaves_n)). To clarify notation, depth_i and i signify a tree with i nodes and a depth of depth_i....

That would be a cool feature to have. You'd have to make some alterations to the `treedist` function. Basically, on each recursion, you'd note the current operation just performed and...