ankitaggarwal011/PyCNN

API change/update

Open

#5 创建于 2016年8月12日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Python (86 fork)batch import
enhancementhacktoberfesthelp wanted

仓库指标

Star
 (526 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Currently, the API provides a way to give the location of the input file for processing and requires the desired location of the output. This inhibits the flexibility of the library to some extent.

Another way would require the API to deal directly with the image matrices rather than the location and the onus of I/O would fall on the developer. However, completely eliminating the current API would pose a problem to people who are looking for plug-n-play solution. Thus, it might be better to support both the forms of API.

Any suggestions are welcome. Thanks!

贡献者指南