Florian

Results 11 comments of Florian

Hi Davide, is this bug already fixed? If not I would be happy to help and figure out how to reproduce it. I'm really interested in the monitor function but...

@JonasTietz Have you tried using the `BlackboardCheckString` decorator? It should be able to do a similar behavior. You could specify the port as _value_B_, `TRUE` or `FALSE` as _value_A_ and...

> Correct me if I am wrong, but I would still need an node, which would always return success and is not a decorator, because a decorator always needs a...

@matthijsramlab Did you fix the problem?

@ajaykarpur Any update on this? Switching to batch transforms doesn‘t seem to be interesting for video input.

Reactive Sequences only tick conditions again if one of their asnyc or coroutine nodes returns running. As AlwaysSuccess is an action, it's not getting ticked. Have a look at this...

What confused me the most in the beginning was that we constantly call `executeTick()` from the root node when we use asynchronous nodes. I thought that because of these internal...

Nice to see someone working on this, thanks! I'm also going to try to have a look next week. This caught my attention: > @facontidavide The idea behind this is,...

Commit 74c41735a12b72861e17e5ed4c2b0a97d40283c0 allows to compute the Hessian diagonal even if there is a batch norm in the network by simply not computing the Hessian elements for the batch norm layer....

Commit 48f03e92e12fd97970a78335fb645ac5ee9a77f2 tries to actually compute the diagonal elements of the Hessian for the batch norm layer. If one of you could have a quick look at the commits to...