Krzysztof Lecki
Krzysztof Lecki
!build
!build
> We use Google Test, so when everything is set up you can use `gtest_filter` to run single test. But still, you need to build the whole thing and you...
Changes were merged as separate PRs
Hi @TheTimmy, thank you for the contribution. We will assign the reviewers tomorrow and will get back to you. In the meantime, can you think about adding a test to...
This is a part of one of two possible solutions - changing to draft
Hi, the support for conditional execution in DALI, expressed as `if` statements, was recently merged and is already available in the [nightly builds](https://docs.nvidia.com/deeplearning/dali/user-guide/docs/installation.html#pip-nightly-and-weekly-releases) and will be a part of upcoming...
Hi @CoinCheung, one phase of the testing is running DALI with AutoAugment in our EfficientNet implementation (replacing the PyTorch's implementation of AA based on PIL transforms): https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/Classification/ConvNets/efficientnet/README.md We are working...
Hi @whnbaek, @JulianKlug, @CoinCheung starting with DALI 1.24 we support AutoAugment, RandAugment and TrivialAugment. DALI 1.25 released recently includes further improvements and additional policies. You can read more in the...
As for the conditional execution itself, here is our documentation for this feature: https://docs.nvidia.com/deeplearning/dali/user-guide/docs/pipeline.html#conditional-execution And here is a tutorial with an example: https://docs.nvidia.com/deeplearning/dali/user-guide/docs/examples/general/conditionals.html