معرفی شرکت ها


aesara-theano-fallback-0.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Striving towards backwards compatibility with the Theano -> Aesara transition
ویژگی مقدار
سیستم عامل -
نام فایل aesara-theano-fallback-0.1.0
نام aesara-theano-fallback
نسخه کتابخانه 0.1.0
نگهدارنده ['Dan Foreman-Mackey, Rodrigo Luger']
ایمیل نگهدارنده ['foreman.mackey@gmail.com']
نویسنده Dan Foreman-Mackey, Rodrigo Luger
ایمیل نویسنده foreman.mackey@gmail.com
آدرس صفحه اصلی https://github.com/exoplanet-dev/aesara-theano-fallback
آدرس اینترنتی https://pypi.org/project/aesara-theano-fallback/
مجوز MIT
# aesara-theano-fallback Striving towards backwards compatibility as [Theano](https://github.com/theano/theano) is replaced by [Aesara](https://github.com/pymc-devs/aesara) by the [PyMC3 project](https://docs.pymc.io). The idea is to provide a nearly drop in replacement for importing `aesara` that will fall back onto `theano` when `aesara` is not installed. This was specifically designed to support the [exoplanet](https://github.com/exoplanet-dev/exoplanet) and [starry](https://github.com/rodluger/starry) projects so it might not support all of the features that you need. If you find something that isn't supported, please submit a pull request! ## Installaion This library can be installed using pip: ```bash python -m pip install aesara-theano-fallback ``` ## Usage The syntax is designed to mostly follow `aesara`, so things like the following will often work: ```python import aesara_theano_fallback.tensor as aet ``` For top-level access, use ```python from aesara_theano_fallback import aesara ``` One place where the syntax has changed significantly between Theano and Aesara is the `theano.gof` module was re-named to `aesara.graph` and the contents were moved around a little bit. For exoplanet and starry, we define a few custom `Op`s and you can use this library to do that as follows: ```python from aesara_theano_fallback.graph import basic, op class MyPythonOp(op.Op): def make_node(self, *args): # ... return basic.Apply(self, in_args, out_args) class MyCOp(op.ExternalCOp): func_file = "./cpp_impl.cc" func_name = "APPLY_SPECIFIC(my_op_name)" # ... ```


نیازمندی

مقدار نام
- pytest


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl aesara-theano-fallback-0.1.0:

    pip install aesara-theano-fallback-0.1.0.whl


نصب پکیج tar.gz aesara-theano-fallback-0.1.0:

    pip install aesara-theano-fallback-0.1.0.tar.gz