Commit 0dd93ed2 authored by 宋柯's avatar 宋柯

模型调试

parent 80cae241
......@@ -1014,7 +1014,8 @@ if __name__ == '__main__':
return tf_serialized
train_samples.rdd.map(get_example_string).take(10).foreach(lambda row: print(row[0]))
for row in train_samples.rdd.map(get_example_string).take(10):
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