Reinier Maat
Reinier Maat
Either for ar_params: None or iterable, not [None], and let's use arrays instead of lists to make stuff faster internally.
This fixes se_resnext models where `math.floor` is used to compute layer width. In Python 3 this outputs an integer, but in 2.7 this outputs a float. This fix makes sure...
After starting MOE like this on El Capitan (Python 2.7.11 Anaconda, MOE built with gcc 5.3.0): ``` bash system:MOE user$ pserve --reload development.ini ``` MOE tests fail with the following...