Moritz Brödel

Results 11 comments of Moritz Brödel

[Here you go](https://drive.google.com/file/d/1Xl9hn19UJBGwwkAjWqEHzrR4GIAbnwOy/view?usp=sharing)

Oh okay, that makes sense I guess. Any idea where this custom shape calculation would typically be specified? I've dug through the source code of Turi Create but to no...

Doing the same thing gives me an IndexError. Maybe the sound classifier is just written in such a way that it can't be converted easily.

Nope. But the turicreate sound classification toolkit isn't all that great anyways, so you can build one on your own that has comparable performance with relative ease using Keras and...

Any updates on this? The .app I managed to build with `./gradlew jpackage` doesn't work when using Java for ARM and I don't know why

Has there been any progress on this?

Somewhat relatedly, the readability of the `JPlagOptions` field definitions could be greatly improved by utilizing [this](https://github.com/diffplug/spotless/tree/main/plugin-maven#spotlessoff-and-spotlesson) spotless feature: ```java public record JPlagOptions( // spotless:off Language language, Integer minimumTokenMatch, Set submissionDirectories,...

It's also possible to set eclipse's `join_wrapped_lines` setting to `false`, which would make spotless generally much more lenient in such cases

Maybe language-independent token types should be considered. Language-specific token types lead to inconsistencies between language modules. Language-independent token types would also enable cross-language plagiarism detection, which is an emerging field...

I also encountered this in my testing, though only on Windows. I would imagine that it's fixable but a disclaimer also works