-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
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
SimpleData defined in config_parser.py and config_parser_extension.py #2291
Comments
我在svn日志里面搜了下 这个文件目前只在paddle/paddle/trainer/tests/config_parser_test.py被用到: if __name__ == '__main__':
parse_config_and_serialize('trainer/tests/test_config.conf', '')
parse_config_and_serialize(
'trainer/tests/sample_trainer_config.conf',
'extension_module_name=paddle.trainer.config_parser_extension')
parse_config_and_serialize('gserver/tests/pyDataProvider/trainer.conf', '') |
|
How about we remove duplicated code? @luotao1 |
@wangkuiyi 仔细看了下,这两个code目前都不能简单地删掉:
|
也看了一下代码,
|
I close this issue due to inactivity. Please feel free to reopen it. |
In directory python/paddle/trainer, global function
SimpleData
are defined in bothThe two definitions are almost the same.
Do we need both of them?
The text was updated successfully, but these errors were encountered: