Commit a95245e6 authored by 张彦钊's avatar 张彦钊

删除视频特征

parent 2ebc2f0d
...@@ -274,6 +274,7 @@ def feature_engineer(): ...@@ -274,6 +274,7 @@ def feature_engineer():
.repartition(1).write.format("tfrecords").save(path=path + "va/", mode="overwrite") .repartition(1).write.format("tfrecords").save(path=path + "va/", mode="overwrite")
print("va tfrecord done") print("va tfrecord done")
print("删除视频特征")
rdd.unpersist() rdd.unpersist()
......
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