Julia Beliaeva

Results 7 comments of Julia Beliaeva

@zaleslaw yes, assign this issue to me, please.

Issue became obsolete since the new more flexible preprocessing dsl was implemented in #425. Dataset api also allows to accept different sources now with the `DataLoader` abstraction introduced in #424.

@zaleslaw I don't think this refactoring should be included into the 0.4 so there is really no rush with the review.

Hi, it looks similar to the issue described in the [README](https://github.com/Kotlin/kotlindl#fat-jar-issue).

@Odaym, thank you for the question. This section of the "Quick Start Guide" you are referring talks about Android projects doing inference. The sample app also demonstrates inference, this is...

@juferdinand `OnHeapDataset` can work with any data, you just need to convert it to floats. So for each json you can convert it to `FloatArray`, then you can pass these...

Transpose convolutional layers were implemented in #315.