码迷,mamicode.com
首页 >  
搜索关键字:parameters    ( 1509个结果
【httprunner使用02】参数化、.env环境变量、调用debugtalk.py文件的函数、关联、validate 断言
一、参数化 1)创建套件 config: name: 测试套件 testcases: # - name: test_demo_04 # testcase: testcases/20200610/test_demo_04.yml # parameters: # search_word: ['天天向上' ...
分类:Web程序   时间:2020-06-13 17:26:20    阅读次数:95
《ICLR14: D Kingma: Auto-Encoding Variational Bayes》
https://www.bilibili.com/video/BV15E411f7PT phi: variational parameters q: a family of distribution, e.g., Gaussian distribution ...
分类:其他好文   时间:2020-06-08 20:42:53    阅读次数:55
Flink 操作示例 —— 计算函数 之 ProcessFunction
RichFunction 主要有3个方法 open,close,getRuntimeContext public interface RichFunction extends Function { void open(Configuration parameters) throws Exceptio ...
分类:其他好文   时间:2020-06-07 19:15:41    阅读次数:158
Mybatis 报错
Mybatis 异常 报错信息: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for map ...
分类:其他好文   时间:2020-06-05 14:42:09    阅读次数:46
ES6几大特性,让你的代码更优美
1.Default Parameters(默认参数) in ES6 还记得我们以前不得不通过下面方式来定义默认参数: var link = function (height, color, url) { var height = height || 50; var color = color || ...
分类:其他好文   时间:2020-05-29 19:34:31    阅读次数:67
CV 第九课 CNN框架 VGGNet
Conv层 Only 3x3 CONV stride 1, pad 1 and 2x2 MAX POOL stride 2,使得网络deeper,更多non-linearities,更少的parameters VGG16在forward计算中,对单个图片需要存储 96MB,有136Million的参 ...
分类:Web程序   时间:2020-05-28 13:32:21    阅读次数:68
Ansible virtualenv下pip3安装requirements报错
ansible step: 问题2:(由于安装的python3.6.4,想默认使用pip3.6安装requirements) 根据官方文档,错误是 executable无法和virtualenv 2个parameters并行 https://docs.ansible.com/ansible/late ...
分类:其他好文   时间:2020-05-25 19:14:17    阅读次数:58
CAT ET III Caterpillar Scanner Features
CAT ET III Caterpillar Scanner Features: Display graph and log status parameters. Retrieve prognostic data including histograms, engine totals for fue ...
分类:其他好文   时间:2020-05-22 19:37:07    阅读次数:70
CAT ET III Caterpillar Scanner Features
CAT ET III Caterpillar Scanner Features: Display graph and log status parameters. Retrieve prognostic data including histograms, engine totals for fue ...
分类:其他好文   时间:2020-05-22 19:09:25    阅读次数:65
学习Matlab中fspecial的用法!
Fspecial函数用来去创建预定义的滤波算子,然后呢和imfilter搭建使用,它的语法格式是h=fspecial(type,parameters,sigma)第一个type用来定义算子类型,paremeters指定相应的参数,sigma表示滤波器的标准差,单位为像素type=‘average‘,为均值滤波,参数为n,代表模版尺寸,用向量表示,默认值为[3,3]。type=
分类:其他好文   时间:2020-05-13 10:09:14    阅读次数:93
1509条   上一页 1 ... 4 5 6 7 8 ... 151 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!