If you get the error ```AttributeError: module 'scipy.misc' has no attribute 'logsumexp' ```, the simple solution is to downgrade scipy ```conda install -c conda-forge scipy=1.1.0```