Ilya Lasy
Ilya Lasy
Hey, is this problem solved? @WarBean
Sorry, cant actually get what `generate_aligned_predictions.py` does. Can you clarify a bit? Do I need to train wavenet from original mels generated by [wavenet preprocess](https://github.com/r9y9/wavenet_vocoder/blob/master/preprocess.py)? Or I can use mels...
> @SeanVody and everyone else: > > I am delighted to announce that, in cooperation with the-eye.eu, bookcorpus now has a reliable, stable download link that I expect will work...
> You mean that this query(array_field) is working or not with AGE? > > I tried that query. Once it works as 'query' (return as jsonb from Pgadmin). > >...
> replace x -> v and try it. no, it should be another variable: it should iterate through the array like in any list comprehension
> Hello there. > > wonder if i exactly give what you just want to. > > If you try just like this, > > ``` > WITH result as...
Hello, thank you for a great work! I'm also interested in Postgre support, but unfortunately your repo with sql-lsh implementation lacks usage examples. Would be very nice to have extended...
Hey there, anyone had any time to work on this?
hey, google has implementation of expert choice routing here: https://github.com/google/flaxformer/blob/main/flaxformer/architectures/moe/routing.py#L647-L717 They have a note that it should not be used in decoder blocks, maybe that was reason for poor results...