码迷,mamicode.com
首页 >  
搜索关键字:steps    ( 1037个结果
image classification competition steps
第一步,先测试出最基本的比较合适的baseline模型 测试最基本的baseline模型如resnet50, efficientnet, senet等等模型,得到在暂时不进行数据增强的情况下得到一个较为出色的结果的模型(验证结果比较高同时能够对数据适当的过拟合)。这一步自己设定最为直观的Loss,o ...
分类:其他好文   时间:2020-03-10 21:45:18    阅读次数:45
[LintCode] 1835. Number of Ways to Stay in the Same Place After Some Steps I
You have a pointer at index 00 in an array of size arrLenarrLen. At each step, you can move 11 position to the left, 11 position to the right in the a ...
分类:其他好文   时间:2020-03-09 01:38:36    阅读次数:87
Appium_测试步骤读取自外部文件:定制执行引擎
1 class TestCase: 2 def __init__(self,path): 3 file = open(path,"r") 4 self.steps = yaml.safe_load(file) 5 6 def run(self,driver:WebDriver): 7 for ste ...
分类:移动开发   时间:2020-03-08 12:27:12    阅读次数:117
jenkins pipeline持续集成
一、概述 简介 Jenkins 2.x的精髓是Pipeline as Code,那为什么要用Pipeline呢?jenkins1.0也能实现自动化构建,但Pipeline能够将以前project中的配置信息以steps的方式放在一个脚本里,将原本独立运行于单个或者多个节点的任务连接起来,实现单个任务 ...
分类:其他好文   时间:2020-03-06 20:04:01    阅读次数:83
Nexus平台Retrieving Core files
I. IntroductionThis document provides common steps and commands used to retrieve core files in Nexus switching platforms - Nexus7000, Nexus5000, Nexus ...
分类:其他好文   时间:2020-03-04 14:36:35    阅读次数:80
vulnhub~MyExpense
最近有点忙,这几天的vulnhub断更了,今天试着做了一下myexpense,当然想要一帆风顺是不可能的,哪怕是有别人的steps 和walkthrough.所以就遇到的坑总结如下: 一般套路就是nmap上手 dirsearch 发现/admin/admin.php ,访问后得到如下所示: 然后如别 ...
分类:其他好文   时间:2020-03-03 20:55:38    阅读次数:51
LeetCode 1269. Number of Ways to Stay in the Same Place After Some Steps
原题链接在这里:https://leetcode.com/problems/number-of-ways-to-stay-in-the-same-place-after-some-steps/ 题目: You have a pointer at index 0 in an array of size ...
分类:其他好文   时间:2020-03-02 14:34:45    阅读次数:88
pytorch的linspace, rand, randn, normal
torch.linspace torch.linspace(start, end, steps) returns a one-dimensional tensor of equally spaced points between [start, end]。steps默认值是100。 torch.ra ...
分类:其他好文   时间:2020-02-22 14:16:13    阅读次数:96
oracle ADG for windows install steps
个人学习仅供参考!!!
分类:数据库   时间:2020-02-20 09:36:23    阅读次数:114
a brief introduction of deep learning
three steps for deep learning Step1:神经网络(Neural network) Step2:模型评估(Goodness of function) Step3:选择最优函数(Pick best function) neural network 手动连接神经元 如: 1 ...
分类:其他好文   时间:2020-02-19 20:39:14    阅读次数:77
1037条   上一页 1 ... 4 5 6 7 8 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!