Lukas Geiger
Lukas Geiger
> Quick follow-up here.... is anyone aware of any existing implementations of YOLO, SSD, or a similar one-shot object detector built on Larq? If not, I plan to give it...
Great, thanks for the comments. I set the status to `RFC - accepted`. I would propose to gradually adopt typehints in the code base, meaning that we should encourage typehints...
Just for reference TensorFlow Addons is also looking into introducting type checking: https://github.com/tensorflow/addons/issues/743
The newest `tfa-nightly` release ships with prebuilt Python 3.8 and 3.9 wheels for M1 Macs. So the next stable release should have full support. @bhack Do you think it would...
> The CI is failing @bhack the failures look unrelated to me, since they x86 tests are also failing which weren't touched in this PR. Maybe this is due to...
> Probably you need to cherry-pick #2580 Good idea, just did that. Let's see what CI thinks
> It would be also nice as many SIGs builds using github Actions CI infra This would be excellent! For reference, some time ago there were some discussions about improving...
I'm using this daily and didn't find any problems yet.
@manosim As a workaround we could use [`latest_comment_url`](https://developer.github.com/v3/activity/notifications/#list-your-notifications) instead of `url`. For most cases this would be the correct URL.
Thanks for your work!