Michał Zientkiewicz

Results 66 comments of Michał Zientkiewicz

Hello @lyyi599 , Where do the `iNaturalist18_train.txt` and `iNaturalist18_val.txt` come from? They're not part of the original dataset. Perhaps they are simply generated incorrectly and the samples are mislabeled in...

Hello @lyyi599 I've tried to run the attached `trainer.py.txt` but it doesn't work out of the box. Can you please post a link to your branch with the code you...

Hello @kvablack , The problem has been resolved in the new (opt-in) "dynamic" executor, available in recent DALI versions. Please update DALI to 1.44 (or newer, when available) and specify...

Does it work? I don't see even 3.13, let along 3.13t, being used in the tests.

Hello @rachelglenn, I strongly advise against using PythonFunction for functionality with good native support. You can get tensors filled with random values with functions from `dali.fn.random`. Elementwise squaring can be...

Hello @xiazi-yu The possibilities in DALI are rather limited, but some workarounds exist assuming, that you can live with: a) crops with different position, but same size b) crops are...