Moving sigmoid opt to math has broken the import of pymc3 #415
Replies: 2 comments 1 reply
-
I think it is something that can be fixed, but if you are encountering this issue you are probably using the master branch from github for pymc, which for now you should avoid. The stable 3.x version is available at
I know the advise is a bit tangential to the issue, but I think it's worth mentioning anyways. |
Beta Was this translation helpful? Give feedback.
-
Thank you all for your quick responses. I switched to v3 and got it working.
Thanks!
Dani
From: Brandon T. Willard ***@***.***>
Date: Monday, May 17, 2021 at 1:54 PM
To: pymc-devs/aesara ***@***.***>
Cc: Danielle Tucker ***@***.***>, Author ***@***.***>
Subject: Re: [pymc-devs/aesara] Moving sigmoid opt to math has broken the import of pymc3 (#415)
The current master branch of PyMC3 is definitely a major source for this problem, but we could also add a deprecation warning and an alias for the old aesara.tensor.nnet.sigm module, just in case other code was relying on it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://github.com/pymc-devs/aesara/discussions/415#discussioncomment-749506>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APUIPKAFMHYU3YVHYNMAJB3TOFQ4PANCNFSM45A34ZQA>.
Disclaimer
This is an email from iManage. The information contained in it and in any attachments is proprietary and confidential and is designated solely for the attention and use of the intended recipient(s).
If you are not the intended recipient(s), please notify the sender immediately and then delete it (and any attachment) from your computer system(s).
Any form of distribution, copying or use of this e-mail or any part of it is strictly prohibited.
iManage does not accept legal responsibility for the contents of this e-mail and opinions expressed in it may not necessarily reflect those of the company.
iManage does not accept liability for errors or omissions, or for any damage caused by viruses or other harmful programme routines.
|
Beta Was this translation helpful? Give feedback.
-
Hello,
Because you recently moved the sigmoid opt to math, importing pymc3 breaks, as it looks for sigmoid in nnet still. Is this something you can fix?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions