Stefan Kaufmann
Stefan Kaufmann
Unless I missed something, notifications are currently not working (at least on Windows). Can notifications be supported?
I have built a training set, that uses about 250.000 PIDs. At least with the video dataset, the loss does not decrease during the training. I assume, that this might...
When I want to unpickle a Map [Int, ImagePosition], where ImagePosition is a CompositePickler : ``` scala implicit object TrackedObjectModelPickler extends Pickler[TrackedObjectModel] { override def pickle(value: TrackedObjectModel)(implicit state: PickleState): Unit...
## The problem Tabbed Pages cannot be configured as regular pages. They do not support the config property. ## Your suggestion I'm a very new openhab beginner, so maybe this...
I'm not sure if this fits into the project's scope and if it's generally possible: Instead of wiring classes, I like to wire/bind closures. This offers to provide the interface...
I'm receiving a merge error which I cannot which I cannot assign to any source. Do you have any advice how to narrow down the problem? ``` [error] 1 error(s)...
I tried following: ``` case class Hobby(name:String) case class Person(name:String, hobbies:List[Hobby]) val templateString = """ |foo(people) ::= > """.stripMargin val tgroup = STGroupString(templateString) tgroup.instanceOf("foo").map { template => println( template.add ("people",...
Thank you for this Implementation. During the compile process, I can catch the Error-Messages, but there is currently no way to present the Warnings to the user.