Michał Zientkiewicz
Michał Zientkiewicz
An alternative option is to add something I call `resource_view` which deals in capabilities in addition to `memory_resource` which deals in kinds. Adding a common base class to all resources...
> Must you force push? As you can see, doing so disassociates the comment history from the code. Sorry... I did it only because I rebased on main prior to...
> I'm struggling with implementing `do_is_equal` in some derived classes. In many MR / adaptor implementations, there is a It boiled down to property checks not working for const-qualified memory...
> @mzient would you mind clicking "resolved" on the comment threads above that have been resolved? I could, but I've always thought that it's the reporter of the issue who...
@harrism This PR is here for visibility - it's the code used by DALI. If you think it should be closed, it can be, but that's probably where I'll keep...
Hello @Freed-Wu, thanks for reaching to us for help. It seems that you're passing something that's not an array of bytes to image decoder (`fn.decoders.image_random_crop`). If the image is already...
@Freed-Wu This last error is quite unexpected - and quite possibly a bug. Which version of DALI are you using?
@Freed-Wu It would be very helpful if you could share some example LMDB file that causes these problems. It can be smaller or contain some made-up data. The fact that...
@Freed-Wu Can you trim your dataset to a handful of samples (or maybe even one sample) so you could post it here?
@pawopawo Yes, it's not there. It's a limitation, but you can always make shard_id a member of the source - if you use an iterator, like in this example, you...