ai.djl.pytorch.engine.PtNDArray.gammaln - Not implemented yet. #2781
Replies: 4 comments 1 reply
-
It isn't a mistake on your end. The DJL function |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Not all operators are implemented in PyTorch. Unlike MXNet, we have to implement PyTorch JNI for every operator. Do you mind contributing to DJL to add JNI for gammaln? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I do not have much time for this project. In fact I am so desperate that I
am considering just invoking python and running my script.
Is MXNext a better platform for integration with java?
Thanks,
Margaret
…On Sun, Nov 5, 2023 at 1:50 PM Frank Liu ***@***.***> wrote:
Not all operators are implemented in PyTorch. Unlike MXNet, we have to
implement PyTorch JNI for every operator. Do you mind contributing to DJL
to add JNI for gammaln?
—
Reply to this email directly, view it on GitHub
<#2781 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AINBZF4XMQMY74EZD5PE3GDYC7GWJAVCNFSM6AAAAAA4Z5IXZOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIOBQHA4TO>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
<https://smart-trade.net>
*Linkedin*
<https://www.linkedin.com/company/smart-trade-technologies> | *Twitter*
<https://twitter.com/smarttrade_tech> | *Facebook*
<https://www.facebook.com/smartTradeTechnologies/>
_The content of this
e-mail (including any attachments) is strictly confidential and is for the
sole use of the intended addressee(s). If you are not the intended
recipient of this e-mail please notify the sender immediately and delete
this e-mail from your system. Any disclosure, copying, dissemination or use
of its content (including any attachments) is strictly prohibited.
_
_
_
|
Beta Was this translation helpful? Give feedback.
-
Hi!
I am interested in running a DeepARNetwork on my MacBook Pro, with the M1-chip.
When running TrainTimeSeries from /examples/training, using IntelliJ, with the defaultEngine = PyTorch, this is the result:
What am I doing wrong?
//Fredrik
Beta Was this translation helpful? Give feedback.
All reactions