Joseph Bethge

Results 12 comments of Joseph Bethge

Basically, I would want to know which values are possible as a payload for the notification `this.sendNotification('CURRENT_PROFILE', 'DESIRED_PROFILE_NAME_HERE');`. So probably it is better to remove the module names from the...

Thanks, will try to test this tomorrow.

If you have not found out yet: You could look at the output of the mirror, e.g. `pm2 logs MagicMirror`.

I am not sure, but I also do not have much time to work on this currently.

Is there anything in the logs (usually `pm2 logs MagicMirror` (or `mm` if you have the old version)?

Hi, you can check the implementation of our `det_sign` function [here](https://github.com/hpi-xnor/BMXNet-v2/commit/ada4ea1d4418cfdd6cbc6d0159e1a716cb01cd85) It uses the identity function (STE) in the [backward pass](https://github.com/hpi-xnor/BMXNet-v2/commit/ada4ea1d4418cfdd6cbc6d0159e1a716cb01cd85#diff-c94b2adda7c7df41b01c8cbdf33e23b3c7c347572354169b77821db046f005bfR707). You can check the implementation of a simple binary...

Hi, I agree the framework definitely could benefit from more tutorials and documentation. However it would be best if these hit the "sweet spot" which cover what you (or anyone...

As described in [Overview of changes](https://github.com/hpi-xnor/BMXNet-v2#overview-of-changes), you can find the parts of the code for `det_sign` in this [commit](https://github.com/hpi-xnor/BMXNet-v2/commit/ada4ea1d4418cfdd6cbc6d0159e1a716cb01cd85#diff-151ed3672c6bd71b358e13771357696d).