提交 efc60a65 authored 作者: Frederic Bastien's avatar Frederic Bastien

Added comment to don't use theano.scalar except if you know what you do in theano/scalar/basic.py

上级 845ab744
"""
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
WARNING
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
This directory is for the internal of Theano.
You are strongly adviced to don't use it except if you know
what you do!
If you want to use scalar variable in a Theano graph,
you probably want to use theano.tensor.[c,z,f,d,b,w,i,l,]scalar!
"""
import operator
import math
from copy import copy
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论