You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
For probabilistic modeling, pytorch has the distributions module, and tensorflow has the tensorflow_probability package. I haven't seen something similar for MXNet. The closest I've seen is GluonTS, but this more domain specific for forecasting.
Is this to be considered the official MxNet probability package?
The text was updated successfully, but these errors were encountered:
GluonTS certainly has plenty of distributions offerings. @xidulu and @szhengac also made the gluon.probability module for Gluon 2.0 (#18403, discussion in #17240), though this is not yet available in mxnet 1.x releases.
Description
For probabilistic modeling, pytorch has the
distributions
module, and tensorflow has thetensorflow_probability
package. I haven't seen something similar for MXNet. The closest I've seen isGluonTS
, but this more domain specific for forecasting.Is this to be considered the official MxNet probability package?
The text was updated successfully, but these errors were encountered: