apache / singa

a distributed deep learning platform
Apache License 2.0
3.35k stars 1.24k forks source link

Collections.Iterable Update to support Python 3.10 #1165

Open fengints opened 5 months ago

fengints commented 5 months ago

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