Tensorflow 2.7 and Jetpack 4.6.1

As @dusty_nv mentioned here , the error I encountered about “copysign” was due to the compiler version that is bundled with JP 4.6.1 (ubuntu 18). JP 5.0 has a newer version of compiler, so you will NOT see the error.

You need to use JP 4.6.x to reproduce.