https://arxiv.org/pdf/1911.09070.pdf Efficientnet的延续,提出了更快、更容易的多尺度融合BiFPN;提出了在backbone,feature network,box/class prediction上, 统一扩展模型的方式(仍然是调整width, re ...
分类:
其他好文 时间:
2020-02-02 18:11:27
阅读次数:
130
centos7、6出现No such device or address错误 手动生成一个文件 [root@ localhost network-scripts]# ipvsadm --save >/etc/sysconfig/ipvsadm [root@ localhost network-scr ...
分类:
其他好文 时间:
2020-02-02 14:12:45
阅读次数:
338
For Windows Update, the limitation normally is a time window, disk space, network bandwidth. Create a GPO - Windows Update Configuration ...
分类:
其他好文 时间:
2020-02-02 13:45:52
阅读次数:
64
#include<iostream> #include<cmath> using namespace std; const int N=1010; int dx[N],dy[N]; int p[N]; int repair[N]; int n; int d; double get(int a,int ...
分类:
Web程序 时间:
2020-02-01 16:30:31
阅读次数:
97
网络结构如下: 代码如下: 1 # encoding: utf-8 2 3 import tensorflow as tf 4 from tensorflow import keras 5 from tensorflow.keras import layers, Sequential, losses ...
分类:
Web程序 时间:
2020-02-01 14:21:02
阅读次数:
217
一 实验说明 CentOS 7的KVM虚拟机推荐使用qcow2磁盘格式 二 命令部署过程 2.1 上传镜像 使用winscp上传至/data/iso/ 2.2 格式化磁盘 [root@k8s-01 ~]# virt-install --network bridge=br0,model=virtio ...
分类:
其他好文 时间:
2020-01-31 21:12:35
阅读次数:
95
There are N network nodes, labelled 1 to N. Given times, a list of travel times as directed edges times[i] = (u, v, w), where u is the source node, v ...
分类:
Web程序 时间:
2020-01-31 10:26:07
阅读次数:
77
On the "steerability" of generative adversarial networks Intro 本文提出对GAN的latent space进行操作的一种方法,通过对latent space的编辑实现生成域外样本,操控生成样本的基本属性,如控制生成样本的位置、光照、二维旋 ...
分类:
Web程序 时间:
2020-01-31 00:59:25
阅读次数:
141
一、NFS服务简介 NFS全称network file system 网络文件系统,基于内核的文件系统,有sun公司开发,通过使用NFS,用户和程序可以像访问本地文件一样访问远端系统上的文件,它基于rpc实现(rpc是remote procedure call protocol 远程过程调用)。RP ...
分类:
系统相关 时间:
2020-01-31 00:33:46
阅读次数:
106
网卡配置 liujunjun@liujunjun-virtual-machine:~$ sudo cat /etc/network/interfaces [sudo] liujunjun 的密码: # interfaces(5) file used by ifup(8) and ifdown(8) ...
分类:
系统相关 时间:
2020-01-30 22:51:36
阅读次数:
95