Alessandro Cecchini

Results 10 comments of Alessandro Cecchini

Hi @JanuszL, Thank you for your prompt response. > Another option we considered was to ask the user to provide the same seed across the DALI pipeline instances. I do...

Hi, first of all, thanks for labelling this issue as an enhancement. I am following up to know if you are planning to actually implement this enhancement soon? My whole...

I am happy to contribute if it can be done in Python! However, if the piece of code to modify is written in c++, then the task goes beyond my...

In that case, I can only try to convince you and stress once again the importance of this issue. It really is a major flaw that prevents ml practitioner like...

Still no plans in implementing this enahncement? :eyes: Promess then I will stop asking and probably migrate to google grain dataloader and loose GPUDirect feature :( Thanks anyway for taking...

Maybe if you describe me what needs to be done I can see what I can do, but I cannot promess you anything..

Alright, thanks for the leads, I'll try to do this when I find some time. Probably expect this to take several months!

Hey @JanuszL, Thanks for taking the time to answer me. I will keep that in mind and if ever find the time will try to implement this feature!

By the way I shoudl maybe add that dtype is wrong too: ```python print(f"attr1: {tdb.Attr("attr1", np.dtype('c8, c8'), 1 ).dtype!r}") # wrong: no structured dtype print(f"attr2: {tdb.Attr("attr2", np.dtype('c8, c8'), 1 +...

After exploring a little more, I sort of understand what is happening now. TileDB arrays do not support complex numbers natively. But for some arbitrary reason, you decided that 2-cell...