steffen
steffen
Hey, is something still missing in this PR? It seems complete. What are the plans for merging?
Just to add some additional background info: To keep the app alive, Apple requires to keep the Localization services running at all times. However, this draws a lot of power,...
Yes, that's definitely the first thing to investigate. Maybe I'll find time to look into it at the weekend, but I can't promise ;) BTW: This mechanism is also why...
Sounds like an interesting idea, but not a priority at the moment. It would also be nice to store models under some cryptic URL, so users can download the same...
After some brief research, it seems that [Flask](https://flask.palletsprojects.com/en/1.1.x/) might be a good choice to do this.
Hi, at the current stage I think an official App Store release is not wise, mainly due to the implemented trick to keep the app running in the background. I'd...
Sounds good. What are the implications when using an own (e.g my own) certificate? Thx in advance for helping out! I greatly appreciate it.
So do I understand correctly, that we can now have something like a release page on Git to provide the latest pre-build *.ipa files?
For me, the culprit was the `bias`. In the initialization of `convNd` the bias ```python if use_bias: self.bias = nn.Parameter(torch.Tensor(out_channels)) else: self.register_parameter('bias', None) ``` According to my understanding, one should...
I added a (very simple) fix. Please note it might not be optimal to use for everyone, but it suffices in my network. We can have discussions on this in...