Naren Dasan

Results 342 comments of Naren Dasan

Hi are you able to see the file in the container? You can tell by starting the container (`docker run -it -rm nvidia/multidevice_inference:jetpack-4.1 /bin/bash`) and going to /usr/aarch64-linux-gnu/include/dali.

This should be merged post release

Tried this out and can see the issue but not sure what is causing it. Will investigate further

@peri044 @andi4191 can you share our benchmarking setup? Benchmarking PyTorch requires setting a few settings globally due to how normal execution works. At a high level you need to set...

I am not sure I entirely follow what is produced when this option is enabled. Can you provide a graph or something and some example use cases?

It sounds to me almost like a dry run feature

Hmm, I think theres definitely a lot of useful repercussions of a feature like this. Off the top of my head I could see this simplifying some of the core/compiler...

@agemagician Just because there is a known bug with the traceback that might produce misleading errors, are you trying to use the partial compilation feature?

Hmm, I'll have to look into the implementation, but theres probably some conv that takes in to tensors which are both produced during the course of computation. It would help...

@HelloShirleyHello Can you setup the pre-commit system (`pre-commit --install && pre-commit run --all-files`) to apply the lint for the repo.