Commit a600b18c authored by 宋柯's avatar 宋柯

模型调试

parent 1e387cb4
...@@ -1011,7 +1011,7 @@ if __name__ == '__main__': ...@@ -1011,7 +1011,7 @@ if __name__ == '__main__':
return tf_serialized return tf_serialized
train_samples.rdd.map(get_example_string).toDF().show(100, False) train_samples.rdd.map(get_example_string).take(10).foreach(lambda row: print(row[0]))
......
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