Abhinav Tushar
Abhinav Tushar
Hi, yes the `local` identifer (`mkl`, `vanilla`) in version string is handled automatically if you specify versions like this `pipwin download numpy=="1.19.5+vanilla"` Filter _only_ based on version string is probably...
that's moved [here](https://github.com/Vernacular-ai/kaldi-serve/tree/master/plugins/grpc)
Hey, @seyuf can we reopen this? the feature is something we haven't considered yet but will like to have some discussion before closing. Not guarantying a discussion now but let's...
not yet. adding [dialogflow's](https://github.com/dialogflow/asr-server) fastcgi one also in the list for when we pick this task up.
Features are not there right now. The changes will go in two places I believe: 1. The classes (for baseline, actual line etc) need to take more arguments to modify...
For legend positioning, I was thinking if we could allow full repositioning of any of the rows involved, including `CI`, `Show`, `Actual` etc. But that will make the config option...
To make a model pinned, we need to add another key in the data like below: ```js id: 'mod', meta: { name: 'Name', description: 'Model description here', url: 'http://github.com' },...
A better design would probably also allow dynamic pinning (as we have in web browsers). 1. We start with the states as defined by the model's `pinned` key value (or...
I agree with @mwtoews that it's probably time to archive this repo. While I am happy for someone else to take this forward in the way pointed above (GitHub releases),...
There already are many python implementations of ELMs. You can try this one by David Lambert [here](https://github.com/dclambert/Python-ELM).