Jérôme Labonté
Jérôme Labonté
> It looks like it already support the graphql-ws library: `AssertionError: WebSocket client does not request for the subprotocol graphql-ws!` > > It is just expecting the wrong protocol name...
Confusingly enough, the sub-protocol used by the deprecated subscription-transport-ws library is called graphql-ws while the subprotocol used by the new graphql-ws library is called graphql-transport-ws. Only the old library/sub-protocol is...
I'd also like to try it, but links to trained model weights and S3D pre-trained weights are still broken so no way to train or test .
Hard to tell without seeing your code, but if they all are similar, it's probably because you are getting the 10 results of beam search with beam size 10. You...