Need simple run test for NMR
We don't keep track of https://github.com/NVIDIAGameWorks/kaolin/tree/master/examples/renderers/NMR proper behavior in the CI.
We need to add a quick tests such as in https://github.com/NVIDIAGameWorks/kaolin/blob/master/tests/examples/run/test_classification.sh And then add it's execution as in: https://github.com/NVIDIAGameWorks/kaolin/blob/master/.gitlab-ci.yml#L20 (you can also add in .drone.yml if the example doesn't involve a dataset)
The arguments used should test different branching (gpu and cpu if necessary) but make the test run as short as possible (smallest categories of the dataset, fewest numbers of epochs) would check that the example run (we don't verify final performance).
We don't keep track of https://github.com/NVIDIAGameWorks/kaolin/tree/master/examples/renderers/NMR proper behavior in the CI.
We need to add a quick tests such as in https://github.com/NVIDIAGameWorks/kaolin/blob/master/tests/examples/run/test_classification.sh And then add it's execution as in: https://github.com/NVIDIAGameWorks/kaolin/blob/master/.gitlab-ci.yml#L20 (you can also add in .drone.yml if the example doesn't involve a dataset)
The arguments used should test different branching (gpu and cpu if necessary) but make the test run as short as possible (smallest categories of the dataset, fewest numbers of epochs) would check that the example run (we don't verify final performance).
https://github.com/NVIDIAGameWorks/kaolin/projects/1#column-8935591