facebookarchive / caffe2

Caffe2 is a lightweight, modular, and scalable deep learning framework.
https://caffe2.ai
Apache License 2.0
8.42k stars 1.94k forks source link

Some minor Python 3 compatibility changes #2546

Closed tomdz closed 6 years ago

tomdz commented 6 years ago

This fixes __getattr__ to adhere to its contract as per Python API, and wraps range in a list() since in Python 3 it no longer returns a list itself.