Basic Python knowledgeUnderstanding of TFRecord format
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
20
調査方針
Investigate the tf2pkl.py script to understand the current conversion logic. Profile the code to identify why performance degrades with more files, possibly due to memory or I/O bottlenecks. Consider implementing batch processing or using multiprocessing. Check the repository's discussions or maintainer comments for known solutions or planned improvements.