We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
当文件较多时,后面的转换速度会越来越慢,有没有好的处理方式?tf2pkl.py
The text was updated successfully, but these errors were encountered:
由于youtube8m数据集比较大,转化过程确实很花时间。如果想加快处理速度的话,可以把原始数据分成多个文件夹,对每个文件夹里面的数据分别用tf2pkl.py脚本处理,相当于同时开了多了处理进程,可以加快转化速度。
Sorry, something went wrong.
tf2pkl.py中tensorflow 使用的版本是多少能透露一下吗
SunGaofeng
No branches or pull requests
当文件较多时,后面的转换速度会越来越慢,有没有好的处理方式?tf2pkl.py
The text was updated successfully, but these errors were encountered: