fengints opened a new pull request, #1165: URL: https://github.com/apache/singa/pull/1165
Referring to this issue https://github.com/apache/singa/issues/1164 Iterable class exists in collections.abc since Python 3.3. https://docs.python.org/3.3/library/collections.abc.html#collections.abc.Iterable Replaced all collections.Iterable with collections.abs.Iterable in project except this one, someone made it this way https://github.com/apache/singa/blob/6d9cd7f9ab6e1ce3caac381db586814464fe5511/examples/model_selection/Trails/singa_pkg_code/model.py#L32-L35 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@singa.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org