1.Theano中的scan函数 目前先弱弱的认为:相当于symbolic的for循环吧,或者说计算图上的for循环,也可以用来替代repeat-until. 与scan相比,scan_checkpoint减少了内存的使用,只保存最后一步的计算结果. 2.Theano中的shared变量 Variable with Storage that is shared between functions that it appears in.多个函数之间共享存储空间的变量--Theano的共享变量. S
简单举个例子: drop table if exists demo1 create table demo1 ( id int primary key auto_increment, name ) ) desc demo1 -- 随机字符串函数用于插入数据 drop function if exists rand_str; delimiter // create function rand_str(size int,type int) ) begin ) ; ) '; ) default 'q