Skip to content

Tags: kilianbreathnach/DALI

Tags

v0.19.0-dev

Toggle v0.19.0-dev's commit message
Update the version to 0.19.0dev

v0.18.0

Toggle v0.18.0's commit message
Update the version to 0.18.0

Signed-off-by: Krzysztof Lecki <[email protected]>

v0.17.0

Toggle v0.17.0's commit message
Fix problem with TensorFlow and cupy tests (NVIDIA#1568)

- when tensorflow-gpu v1.15.0 is installed in the conda environment
  some strange dependency leads to `ModuleNotFoundError: No module
  named 'prompt_toolkit.formatted_text'` error
- according to jupyter/notebook#4050 installing
  `ipykernel<5.0.0 ipython<7.0.0` helps
- fixes cupy version to 6.6.0 as this the last one supporting python 2.7

Signed-off-by: Janusz Lisiecki <[email protected]>

v0.18.0-dev

Toggle v0.18.0-dev's commit message
Update the version to 0.18.0-dev

Signed-off-by: Krzysztof Lecki <[email protected]>

v0.16.0

Toggle v0.16.0's commit message
Fix scalar batch handling in arithmetic ops (NVIDIA#1449)

Adjust test for checking if the Tensor should
be considered a scalar - uniform shape
of 1-dim scalar elements.
Allow Scalar batch to be broadcasted in the operation
properly - no offset in tiles for scalar-like data,
same code-path as constants.

Return shape is always a batch - fixed for Constant/Scalar
inputs.

Add C++ unit tests for Scalar Batch.
Test if Pipeline behaves properly when switching between
scalar and non-scalar inputs.

Python test was extended to cover Scalar inputs,
size of some of the tests was reduced.

Signed-off-by: Krzysztof Lecki <[email protected]>

v0.17.0-dev

Toggle v0.17.0-dev's commit message
Update the Version to 0.17.0dev

Signed-off-by: Krzysztof Lecki <[email protected]>

v0.15.0-rc5

Toggle v0.15.0-rc5's commit message
Relax check for libnvidia-opticalflow is test script. (NVIDIA#1381)

v0.15.0

Toggle v0.15.0's commit message
Relax check for libnvidia-opticalflow is test script. (NVIDIA#1381)

* Check if neither libnvidia-opticalflow.so nor libnvidia-opticalflow.so.1 exists.

Signed-off-by: Michal Zientkiewicz <[email protected]>

v0.15.0-rc2

Toggle v0.15.0-rc2's commit message
Provide prebuilt plugins for manylinux2010 based pip packages (NVIDIA…

…#1346)

Signed-off-by: Joaquin Anton <[email protected]>

v0.16.0-dev

Toggle v0.16.0-dev's commit message
Change version to 0.16.0-dev

Signed-off-by: Krzysztof Lecki <[email protected]>