Stan
Stan
What are your thoughts on using https://github.com/Kotlin/kotlinx.serialization for implementing a serialisation strategy for the **H5 format**. I could probably make a PR for this. However, one drawback from `kotlinx.serialization` is...
This is still a work in progress but I would appreciate some feedback already if anyone has time :). Will write some tests and implement the 1D version soon.
I might be able to do this, not quite sure if I understand it well enough to do this properly. Is `SerpableConv` supposed to override `AbstractConv` or stand on its...
I will see if I can get this one done in the weekend.
I should note that running coroutines using my own defined `CoroutineScope` works perfectly fine, e.g. ```kt val searchScope = CoroutineScope(Dispatchers.IO) authorSearchButton.apply { disableWhen(authorSearchField.textProperty().isEmpty) setOnAction { searchScope.launch { println("this is reached")...
Similar issue: https://github.com/Kotlin/kotlinx.coroutines/issues/3032
Im experiencing the same issue
Hey another M1 user here, I'd be interested in contributing too :)
This would be great :)
Hey, is this still being worked on @saudet ? This is the missing ingredient for me to implement a RL model in [KotlinDL](https://github.com/JetBrains/KotlinDL). If it is not being worked on...