littleRound
littleRound
**Bug Description** BagOfWordCountsTokenEmbedder returns tensor with shape [batchsize, size of vocab (or projection dim)], while most of other embedders return [batchsize, num of tokens, size of hidden] This is at...
**Is your feature request related to a problem? Please describe.** In our application, we construct different routes and start TLS server in different places, the resulting code looks like: ```Rust...
https://github.com/AdaptiveScale/lxdui/blob/48e1e0689c00da42b25e8968be5dfad0f8c57741/app/ui/templates/container-details.html#L122 The information is accessible in raw json under ```json ... "disk": { "root": { "usage": } }, ... ``` It would be nice to have this information displayed to...
https://github.com/AdaptiveScale/lxdui/blob/48e1e0689c00da42b25e8968be5dfad0f8c57741/app/ui/blueprint.py#L59 I think Python >=3.7 support `text` parameter in `subprocess.check_output`. Please consider adding this information to the wiki. - https://docs.python.org/3.7/library/subprocess.html - https://docs.python.org/3.6/library/subprocess.html