Mike McDermott
Mike McDermott
Seconded. That would be great to have. I'm looking to use AsyncApi as an intermediate representation of sorts for generating stubs for Celery tasks. However it seems there's a bit...
Are there any decent ontologies/schemas for machine learning dataset annotation? E.g. image labeling, bounding boxes, segmentation masks, etc?
>I think the killer application would be combining multiple annotated datasets. If I want pictures of cats and dogs I'm not too concerned about where they come from aside from...
@ryanleary Any update on this? If the issue is just formatting, it would be nice to unblock this and help https://github.com/docker/compose/issues/6691
That's a great observation. This is probably part of the reason most python I/O libraries have separate `load(file: IO)` and `loads(data: bytes)` and `dump`/`s` function calls. The other is avoiding...
Seconded. It is worth noting that `faster-rcnn` fails to build with `nvidia-410` drivers, used with the new RTX 2080 cards, due to, as far as I can discern, incompatibility arising...
That's about what I anticipated, I am certainly not holding out for this feature. I didn't know about the hardware SHA256 support - if that's the case, then probably any...
Hi, any progress on this? This would be really convenient. Cleo is already type annotated, I think just the `py.typed` is necessary to quash "no type hints or library stubs"....
This ought to be implemented with `async with`: https://www.python.org/dev/peps/pep-0492/#asynchronous-context-managers-and-async-with This ought to improve performance as well, since it looks like acquire currently uses a busy-wait: https://github.com/benediktschmitt/py-filelock/blob/master/filelock.py#L284
Looks like you are running off of the develop branch. Can you either rebase or wait for the develop changes to land?