Commit 29df0255 authored by Your Name's avatar Your Name

test features

parent 70851e18
...@@ -192,11 +192,8 @@ if __name__ == "__main__": ...@@ -192,11 +192,8 @@ if __name__ == "__main__":
spark.sparkContext.setLogLevel("WARN") spark.sparkContext.setLogLevel("WARN")
path = "hdfs://172.16.32.4:8020/strategy/esmm/" path = "hdfs://172.16.32.4:8020/strategy/esmm/"
# df = spark.read.format("tfrecords").load(path+"nearby/part-r-00000") df = spark.read.format("tfrecords").load(path+"test_nearby/part-r-00000")
# df.show() df.show()
# tf.logging.set_verbosity(tf.logging.INFO)
te_files = [] te_files = []
for i in range(0,10): for i in range(0,10):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment