-
It sometimes crops out the submit button, it loads only half the picture sometimes, and recently just I run the streamlit file and the label studio front end didn't even load (the screen was blank)
-
Hi Oliver,
You have merged few PR 's but still have not issued new version. Is there chance for that in a near future? Or maybe if you are busy with other projects could you add maintainers to your r…
-
Because of it, connections from remote "wallets" (gateways) are not possible.
Easy fix is to change WebsocketServerAddr to just ":8878" - in client/usif/webui/webui.go
Also, there is the same…
-
This seems to be a problem that was created while merging the two functions into one make_tx().
Must be something wrong with how the error from make_tx() is being forwarded to the HTTP response.
…
-
-
**Describe the bug**
I see the error:
```
HyperDbg\hyperdbg\kdserial\hardware.c(43,24): error C2065: 'UsifHardwareDriver': undeclared identifier
```
While building with `10.0.22621.0` WDK. …
-
🚧 WIP 🚧
```kotlin
class TfIdfSentenceEmbeddings(override val tokenEmbeddings: Embeddings) : SentenceEmbeddings {
private lateinit var tfidfMap: Map
private val default: Float = 0.0f
…
-
Hi Oliver,
Thanks to this great repo!
But, I found some issues when I use it with [SentEval](https://github.com/facebookresearch/SentEval).
Generally speaking, the problem is "divide by zero er…
-
Hello,
First of all, thank you for a nice repository. I am however a bit troubled about one thing, which I hope to get answered here.
The order in which the data is inputted seem to matter for…
-
🚧WIP - Might not actually finish this because of USif already done 🚧
```kotlin
class SifEmbeddings(override val tokenEmbeddings: Embeddings): SentenceEmbeddings {
private lateinit var tfidfM…