Now I’m using xavier agx for testing some deep learning network.
For utilize the nvDLA with my test, i using tensorRT API now, but leaky relu function is not supported on nvDLA.
Is there any plan to update nvDLA supporting function on later jetson SDK updates?
Because that reason, now I’m trying to using ReLU function as replacement.
But I’m having problem with processing ReLU layer on the nvDLA.
On the GPU (which set the Device as kGPU ), my code is working well.
But on the nvDLA, results are wrong.
I using, below code on activation after batchnorm layer.