-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
todoNot as important as medium or high priority tasks, but we will work on these.Not as important as medium or high priority tasks, but we will work on these.
Description
It would be nice if some special math functions would be available in PyTorch with CUDA support.
I am working with neural networks with probabilistic components and as such it's necessary for me to compute the (log-)pdf, which often requires the computation of currently unavailable math functions.
A good start would be to support the gamma, log_gamma, beta, log_beta and factorial functions.
I am aware that I can write my own NumPy-based-modules, but that precludes the use of CUDA rendering training of such models basically impossible (and it's also error prone in terms of derivatives).
As an aside, great work here!
junpenglao, tuananhle7, david-westreicher, fritzo, Chanrom and 15 more
Metadata
Metadata
Assignees
Labels
todoNot as important as medium or high priority tasks, but we will work on these.Not as important as medium or high priority tasks, but we will work on these.