Theano / Theano

Theano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It is being continued as PyTensor: www.github.com/pymc-devs/pytensor

Home Page:https://www.github.com/pymc-devs/pytensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix simple typo: varible->size -> variable->size

timgates42 opened this issue · comments

Issue Type

[x] Bug (Typo)

Steps to Replicate

  1. Examine theano/compile/profiling.py.
  2. Search for varible->size.

Expected Behaviour

  1. Should read variable->size.