Skip to content

data/dataset/youtube8m将tfrecord转为pkl #3803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
liuzhijie03 opened this issue Oct 29, 2019 · 2 comments
Open

data/dataset/youtube8m将tfrecord转为pkl #3803

liuzhijie03 opened this issue Oct 29, 2019 · 2 comments
Assignees

Comments

@liuzhijie03
Copy link

当文件较多时,后面的转换速度会越来越慢,有没有好的处理方式?tf2pkl.py

@SunGaofeng
Copy link
Contributor

由于youtube8m数据集比较大,转化过程确实很花时间。如果想加快处理速度的话,可以把原始数据分成多个文件夹,对每个文件夹里面的数据分别用tf2pkl.py脚本处理,相当于同时开了多了处理进程,可以加快转化速度。

@haoyijiang
Copy link

tf2pkl.py中tensorflow 使用的版本是多少能透露一下吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants