码迷,mamicode.com
首页 >  
搜索关键字:no network    ( 11507个结果
EfficientDet
https://arxiv.org/pdf/1911.09070.pdf Efficientnet的延续,提出了更快、更容易的多尺度融合BiFPN;提出了在backbone,feature network,box/class prediction上, 统一扩展模型的方式(仍然是调整width, re ...
分类:其他好文   时间:2020-02-02 18:11:27    阅读次数:130
lvs出现No such device or address错误解决方法
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
GPO - Set Date and Time for Updates
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
Wireless Network POJ - 2236
#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
tensorflow 2.0 学习 (十一)卷积神经网络 (一)MNIST数据集训练与预测 LeNet-5网络
网络结构如下: 代码如下: 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
KVM虚拟机部署-CentOS7
一 实验说明 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
743. Network Delay Time
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
On the "steerability" of generative adversarial networks Intro 本文提出对GAN的latent space进行操作的一种方法,通过对latent space的编辑实现生成域外样本,操控生成样本的基本属性,如控制生成样本的位置、光照、二维旋 ...
分类:Web程序   时间:2020-01-31 00:59:25    阅读次数:141
Linux网络文件共享服务之NFS
一、NFS服务简介 NFS全称network file system 网络文件系统,基于内核的文件系统,有sun公司开发,通过使用NFS,用户和程序可以像访问本地文件一样访问远端系统上的文件,它基于rpc实现(rpc是remote procedure call protocol 远程过程调用)。RP ...
分类:系统相关   时间:2020-01-31 00:33:46    阅读次数:106
ubuntu18.04
网卡配置 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
11507条   上一页 1 ... 92 93 94 95 96 ... 1151 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!