tensorflow-on-arm
tensorflow-on-arm copied to clipboard
HDFS support for tensorflow 2.3.0
I need the hdfs support for tensorflow. Previously I recompiled tensorflow 1.14.0 to include the hdfs by changing the config file (TF_BUILD_VARS+=" TF_NEED_HDFS=1"; and remove "--config=nohdfs"). But such way does not work for tensorflow 2.3.0, is there a way to fix this problem?