标签: python machine-learning tensorflow
我尝试使用开源 Im2txt 模型在MSCOCO验证集上执行字幕
Im2txt
https://github.com/tensorflow/models/tree/master/im2txt
我想知道是否可以利用TFRecord预处理脚本生成的验证集MSCOCO分片
TFRecord
MSCOCO
e.g。 val-0000*-of-00008执行此操作,因为为大量JPEG文件设置字幕时间过长。
val-0000*-of-00008
如何调整 run_inference.py 来处理SequenceExamples而不是JPG或PNG文件?
run_inference.py
SequenceExamples