pytorch/caffe2/python/models
Thomas Dudziak 47e921ba49 Remove map() and filter() in favor of comprehensions
Summary: These return views in Python 3 which would not do anything in a lot of usages currently present in Caffe2. This diff simply removes (almost) all usages of these two in Caffe2 and sub projects in favor of comprehensions which are also easier to read/understand

Reviewed By: akyrola

Differential Revision: D5142049

fbshipit-source-id: e800631d2df7d0823fed698cae46c486038007dc
2017-05-30 15:32:58 -07:00
..
seq2seq Remove map() and filter() in favor of comprehensions 2017-05-30 15:32:58 -07:00
__sym_init__.py exec_net --> predict_net 2017-03-23 16:31:49 -07:00
download.py fix download progress bar's percentage exceed 100% 2017-04-20 10:41:06 -07:00
resnet.py new resnet building with brew 2017-05-15 22:47:24 -07:00