cyberbeat

Results 34 issues of cyberbeat

I would like to apply sox effects to mp3s like "compand" and "norm". Would that be possible? I saw something about "effectwidget" in source code, but there is no possibility...

question

Today I wanted to rip an audio cd, but soundkonverter tried to rip multiple tracks simultaneously. It simply started the next track, when it was not finished ripping the previous...

bug

``` BEGIN:VEVENT UID:111 DTSTAMP:20181123T192651Z CATEGORIES;LANGUAGE=de-DE:Party CONTACT: DESCRIPTION:xxx DTSTART;TZID=Europe/Berlin:20160415T210000 DTEND;TZID=Europe/Berlin:20160416T040000 LOCATION:xxx RDATE;TZID=Europe/Berlin:20161216T210000 RDATE;TZID=Europe/Berlin:20161223T210000 RDATE;TZID=Europe/Berlin:20161230T210000 SEQUENCE:0 SUMMARY:xxx END:VEVENT ``` From this event, these dates are generated: 20160415 20161216 20161223 20161230 20170415 20180415...

This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * Framework7 Version: 1.5 * Platform and Target: Android/iOS I have a form...

Bug confirmed
Feature Request
Need Details

``` org.jsoup.select.Selector$SelectorParseException: Could not parse query 'section.event-list.grid.md:grid-cols-2.lg:grid-cols-3.gap-8.md:gap-12.lg:gap-16.lg:block': unexpected token at ':grid-cols-2.lg:grid-cols-3.gap-8.md:gap-12.lg:gap-16.lg:block' at org.jsoup.select.QueryParser.findElements(QueryParser.java:218) at org.jsoup.select.QueryParser.parse(QueryParser.java:74) at org.jsoup.select.QueryParser.parse(QueryParser.java:45) at org.jsoup.select.QueryParser.combinator(QueryParser.java:90) at org.jsoup.select.QueryParser.parse(QueryParser.java:60) at org.jsoup.select.QueryParser.parse(QueryParser.java:45) at org.jsoup.select.Selector.select(Selector.java:95) at org.jsoup.nodes.Element.select(Element.java:421) at org.jsoup.nodes.Element.cssSelector(Element.java:838) ```...

needs-more-info

I miss a plot with only one axis, where I can mark one or more values on the axis (with an arrow and value beside the axis). Also a gradient...

It should be possible to put markers / labels / annonations on the axis or on the outer side of the axis.

Reading about multilabel problems because of inbalanced label-distribution in training data: https://arxiv.org/abs/2109.04712 A label-based loss-function re-weighting is proposed. It seems that at least applying a weights-array is possible with dl4j?...

I had some problems to output the dl4j computationGraph.summary(). After configuring the logging right, I succeeded to output it for training. But still, after deserializing the prepared dag, something like...

I try to do feature matching on html-document-nodes, and use features of these document nodes (tagname, text, class, length,..) as placeholder (struct). Currently, the network consists of some fasttext and...