• James Bergstra's avatar
    fixed tests of shared_randomstreams and randomstreams · bb05e008
    James Bergstra 提交于
    The test_default_shape function in both modules was coded incorrectly. It used
    the same generator for uniform and multinomial samples, whereas the modules being
    tested used different generators for the uniform an multinomial samples.
    
    It only worked for as long as it did because only a single multinomial sample
    was being tested, and by chance the different generators  happened to draw the
    same bit.
    bb05e008
名称
最后提交
最后更新
benchmark 正在载入提交数据...
bin 正在载入提交数据...
doc 正在载入提交数据...
theano 正在载入提交数据...
.hgignore 正在载入提交数据...
LICENSE.txt 正在载入提交数据...
NEWS.txt 正在载入提交数据...
README.txt 正在载入提交数据...
setup.cfg 正在载入提交数据...
setup.py 正在载入提交数据...