Somewhat, I was mostly wondering how changing to CNTK would affect PyMC3’s API. From other discussion threads, the declarative API alight have to be changed if we went to non-static computational graphs.
Another point that worries me is the longevity of the frameworks. Will it be discontinued, and thus we will have to change back ends again?
Yet another point is community familiarity. To get people to use it, the package first and foremost has to be easy to use, and that mostly means a declarative style of API extended by commonly used packages. It’s why I like CuPy over all the other GPU tensor libraries, because it implements numpy’s API and therefore is idiomatic.
Finally, on complexity. Do we need a DL framework backing the package when 90% of the use case seems to not be deep learning? Open question for me, I’m kind of agnostic on this.