lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

HDFS support for tensorflow 2.3.0 #114

Open JaydenTaojy opened 3 years ago

JaydenTaojy commented 3 years ago

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?