[GitHub] piiswrong commented on issue #10919: gluon.Block load_params method does not accept python3 pathlib.Path

2018-05-29 Thread GitBox
piiswrong commented on issue #10919: gluon.Block load_params method does not accept python3 pathlib.Path URL: https://github.com/apache/incubator-mxnet/issues/10919#issuecomment-392940118 Actually, we don't plan to support this. It should be easy to extract string path from pathlib

[GitHub] piiswrong commented on issue #10919: gluon.Block load_params method does not accept python3 pathlib.Path

2018-05-14 Thread GitBox
piiswrong commented on issue #10919: gluon.Block load_params method does not accept python3 pathlib.Path URL: https://github.com/apache/incubator-mxnet/issues/10919#issuecomment-388995506 I think we can remove the check. Python prefers duck typing anyway --