add local recordio reader interface#2549
Conversation
|
CI failed because: Probably need to add pip install RecordIO package into the build process. |
python/paddle/v2/reader/creator.py
Outdated
| return reader | ||
|
|
||
|
|
||
| def RecordIO(path): |
There was a problem hiding this comment.
We are following PEP 8 naming convention, please see: https://stackoverflow.com/a/159745/852385
There was a problem hiding this comment.
我看到文档设计的是大写,所以。。
我改过来。Done
|
Great! Just a reminder that we will use
The training in cloud the trainers will talk with the master server, so need to integrate with this PR: #2551 |
typhoonzero
left a comment
There was a problem hiding this comment.
Need to add python dependency "recordio" to make the CI pass
fix #2542