DropoutUncertaintyExps
DropoutUncertaintyExps copied to clipboard
ImportError: cannot import name 'logsumexp' from 'scipy.misc'
https://github.com/yaringal/DropoutUncertaintyExps/blob/6eb4497628d12b0f300f4b4f6bdc386bebad565c/net/net.py#L9
Should be changed to:
from scipy.special import logsumexp
reference: https://github.com/cvxgrp/cvxpy/issues/640