上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页
摘要: 找到最快的节点 http://ping.chinaz.com/github.com C:\Windows\System32\drivers\etc ipconfig /flushdns 阅读全文
posted @ 2021-06-21 11:55 张达嘛 阅读(101) 评论(0) 推荐(0)
摘要: clear all N=10;n=7;m=3;[H,G]=hammgen(m);x=randi(N,n-m);y=mod(x*G,2);y1=mod(y+randerr(N,n),2);matl=eye(n);errvec=matl*H.';y2=mod(y1*H.',2);for indx =1: 阅读全文
posted @ 2021-05-14 17:41 张达嘛 阅读(1159) 评论(0) 推荐(0)
摘要: tf.nn.softmax_cross_entropy_with_logits函数是TensorFlow中常用的求交叉熵的函数。其中函数名中的“logits”是个什么意思呢?它时不时地困惑初学者,下面我们就讨论一下。 1. 什么是logits?说到Logits,首先要弄明白什么是Odds? 在英文里 阅读全文
posted @ 2021-04-17 22:18 张达嘛 阅读(4880) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zingp/p/11696111.html 阅读目录 1 模型的思想 2 模型的架构 3 Embedding 3.1 Word Embedding 3.2 Positional Embedding 4 Encoder 4.1 Muti-Head-Att 阅读全文
posted @ 2021-02-28 16:26 张达嘛 阅读(1052) 评论(0) 推荐(0)
摘要: https://www.youtube.com/watch?v=4imQyECTik0 https://github.com/Chien-Hung/DetVisGUI/tree/mmdetection DetVisGUI UPDATE 2021/01/05 : Support json format 阅读全文
posted @ 2021-02-25 14:15 张达嘛 阅读(256) 评论(0) 推荐(0)
摘要: mmdetection安装过程中依靠https://github.com/open-mmlab/mmdetection/blob/master/docs/get_started.md 然后在安装第三步Install mmcv-full时,发现自己的cuda是10.1的,然后pytorch是1.7.1 阅读全文
posted @ 2021-02-25 03:08 张达嘛 阅读(1376) 评论(1) 推荐(0)
摘要: 链接:https://pan.baidu.com/s/1E8ixqK5AVfXc98UgQmpqaw 提取码:trnt 解压密码是12345qwert 数据集引用论文Ship detection in SAR images based on an improved Faster R-CNN。 训练集 阅读全文
posted @ 2021-02-10 21:39 张达嘛 阅读(3493) 评论(0) 推荐(0)
摘要: https://github.com/zetaodu/voc2coco voc数据的dir样式 阅读全文
posted @ 2021-02-10 21:37 张达嘛 阅读(90) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/145084667https://github.com/open-mmlab/mmdetection 阅读全文
posted @ 2021-02-10 21:33 张达嘛 阅读(114) 评论(0) 推荐(0)
摘要: cuda对系统有要求,cuda9.2需要ubuntu16 换上阿里云的ubuntu16的源然后apt update# "10-0" 表示安装CUDA10.0版本的 nvcc, 应根据镜像中cuda版本安装 检查系统版本 source /etc/os-release && echo $VERSION_ 阅读全文
posted @ 2021-02-09 21:05 张达嘛 阅读(412) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页