You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install tensorflow_cc 2.4 on an Nvidia jetson agx xavier with jetpack 4.1 (Ubuntu 18.04). But I get errors when compiling.
My Problem is always when I use make I get this error message:
There is no cross compiling i build this on the jetson for the jetson
It seems that it has something to do with the AMD cpu but I have absolutely no idea how to solve this. I use bazel 3.7.2 and tried to simply upgrade gcc/g++ but it didn't work. Any ideas? :)
The text was updated successfully, but these errors were encountered:
Hi, TF 2.4 is not supported anymore, I suggest trying a newer version. If you really need 2.4, try to remove "ivybridge" from the -march parameter in either CMakeLists.txt or build_tensorflow.sh.in
I'm trying to install tensorflow_cc 2.4 on an Nvidia jetson agx xavier with jetpack 4.1 (Ubuntu 18.04). But I get errors when compiling.
My Problem is always when I use make I get this error message:
There is no cross compiling i build this on the jetson for the jetson
It seems that it has something to do with the AMD cpu but I have absolutely no idea how to solve this. I use bazel 3.7.2 and tried to simply upgrade gcc/g++ but it didn't work. Any ideas? :)
The text was updated successfully, but these errors were encountered: