码迷,mamicode.com
首页 >  
搜索关键字:track changes    ( 2946个结果
目标检测比赛---Google AI Open Images - Object Detection Track
https://www.kaggle.com/c/google-ai-open-images-object-detection-track#Evaluation Submissions are evaluated by computing mean Average Precision (AP), m ...
分类:其他好文   时间:2019-04-02 21:30:00    阅读次数:530
磁盘存储和文件系统 概述
磁盘存储和文件系统概述设备文件磁盘设备的设备文件命名:/dev/DEV_FILESCSI,SAS,IDE,USB:/dev/sd虚拟磁盘:/dev/vd、/dev/xvd硬盘存储术语:head磁头、track磁道、cylinder柱面、sector扇区,512bytesCHS和LBACHS采用24bit位寻址其中前十位表示cylinder,中间8位表示head,后面6位表示sector最大寻址空间
分类:其他好文   时间:2019-03-31 19:23:12    阅读次数:460
array_filter、array_walk、array_map的区别
<?php $arr=array( 1,2,3,4,5,6 ); function filter($var){ if($var%2==0) return true; } $data=array_filter($arr,"filter"); $data=array(2,4,6); ?> <?php $ ...
分类:其他好文   时间:2019-03-30 10:47:40    阅读次数:180
[Git] Undo my last commit and split it into two separate ones
When you accidentally committed some changes to your branch you have various possibilities to “undo” that operation and add some more changes. One is ...
分类:其他好文   时间:2019-03-26 21:15:35    阅读次数:158
[Git] Undo a commit that has already been pushed to the remote repository
If we pushed our changes already to the remote repository we have to pay attention to not change the git history (using commands like rebase, reset, a ...
分类:其他好文   时间:2019-03-26 21:11:03    阅读次数:218
GAE、SAE与BAE的对比分析
https://blog.csdn.net/zhongguomao/article/details/53282307 https://cloud.baidu.com/event/experience/index.html?track=cp:nsem|pf:pc|pp:bcc|pu:howcld|ci ...
分类:其他好文   时间:2019-03-25 14:39:16    阅读次数:258
Cloud Tool 小探索
Google Apps不用多说。Google drive免费提供15GB的容量。 Microsoft Windows Live感觉功能上和google相比无亮点和优势。SkyDrive免费提供7GB容量。 icloud相当方便,全部苹果设备上各种数据(calendar,通讯录等等)同步。免费提供5G ...
分类:其他好文   时间:2019-03-23 10:29:21    阅读次数:144
TField OnValidate 事件
Occurs just before the data is written to the record buffer. Write an OnValidate event handler to validate changes made to the data in the field, just ...
分类:其他好文   时间:2019-03-22 18:29:58    阅读次数:114
6.4 操作契约 Operation Contracts
4、操作契约 Operation Contracts ? “用例描述”的补充 ? 强调: 用例中重要的动作,其开始与结束是需要一些约束 4.5 操作契约的后置条件 ? 定义Definition ? 后置条件描述了领域对象状态的变化 describe changes in the state of o ...
分类:其他好文   时间:2019-03-17 20:11:08    阅读次数:157
使用更小卷积核的作用——参数量和计算量的分析
使用更小卷积核的作用 使用更小卷积核的作用 使用更小卷积核的作用 使用更小卷积核的作用 使用更小的卷积核是当前在保证网络精度的情况下,减少参数的趋势之一,在VGG16中,使用了3个3*3卷积核来代替7*7卷积核,使用了2个3*3卷积核来代替5*5卷积核,这样做的主要目的是在保证具有相同感知野的条件下 ...
分类:其他好文   时间:2019-03-14 19:57:39    阅读次数:240
2946条   上一页 1 ... 36 37 38 39 40 ... 295 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!