David Menéndez Hurtado
David Menéndez Hurtado
Since the gradients are registered in the code, shouldn't it be possible to build the list programatically? Parse each "ops" file in https://github.com/tensorflow/tensorflow/tree/master/tensorflow/python/ops, and match the names with the corresponding...
Translation: In Jetson Orin Nano, jtop canot find jetpack, reporting it as missing, although `apt show nvidia-jetpack` does show it is installed. I can reproduce on my end.
Forgot to add, the error happens both release and master. gcc (GCC) 12.1.1 20220507 (Red Hat 12.1.1-1) and Python 3.9.13.
Still present in 0.12.0.
But why does it crash on the _other_ function?
I doubt Pythran could do anything better than Pytorch. What Pythran does is compile Python code to C++, while PyTorch's backend is already compiled, and even optimised for GPUs. Depending...