码迷,mamicode.com
首页 >  
搜索关键字:ant    ( 7179个结果
GH001 on github
remote: warning: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.remote: warning: See http://git. ...
分类:其他好文   时间:2019-05-17 22:04:02    阅读次数:293
Tutorial on Losses in Convolutional Neural Networks(edit 2)
Tutorial on Losses in Convolutional Neural Networks Abstract 1. Introduction 2.Related Work 3. Cross-Entropy Loss The Cross-Entropy Loss is actually t ...
分类:Web程序   时间:2019-05-17 18:16:15    阅读次数:158
配置虚拟机主机
在 system1 上扩展您的web服务器,为站点 http://www8.group8.example.com创建一个虚拟主机,然后执行下述步骤: 1、设置 DocumentRoot 为 /var/www/virtual 2、从 http://server.group8.example.com/p ...
分类:其他好文   时间:2019-05-17 12:17:06    阅读次数:95
Linux下安装Mysql
Mysql5.6安装(1) 拷贝mysql-5.6.42-linux-glibc2.12-x86_64.tar.gz(2) tar -xvf mysql-5.6.42-linux-glibc2.12-x86_64.tar.gz(3) 改名 mv mysql-5.6.42-linux-glibc2.1 ...
分类:数据库   时间:2019-05-16 18:00:12    阅读次数:153
吴裕雄 python 神经网络——TensorFlow pb文件保存方法
import tensorflow as tf from tensorflow.python.framework import graph_util v1 = tf.Variable(tf.constant(1.0, shape=[1]), name = "v1") v2 = tf.Variable... ...
分类:编程语言   时间:2019-05-16 14:01:24    阅读次数:349
Ubuntu下phantomjs的安装
1、安装 ubuntu下面可以直接使用命令安装(不可用) 官方下载: 2、解压 3、创建软链接到环境变量中。这样可以直接在shell中使用phantomjs命令: 4、查看是否安装成功: 出现版本号则为成功安装 ...
分类:Web程序   时间:2019-05-16 11:10:32    阅读次数:125
test6
(flappbird) luo@luo-ThinkPad-W540:data$ pip list labelImgPackage Version Location absl-py 0.2.2 appdirs 1.4.3 asn1crypto 0.24.0 astor 0.7.1 attrs 18.1 ...
分类:其他好文   时间:2019-05-15 21:42:16    阅读次数:185
keras常见函数
1. keras.callbacks.ModelCheckpoint keras.callbacks.ModelCheckpoint(filepath,monitor='val_loss',verbose=0,save_best_only=False, save_weights_only=False ...
分类:其他好文   时间:2019-05-15 20:26:52    阅读次数:198
使用expdp 和impdp 导入导出 表结构
//首先在oracle中创建一个虚拟目录用来做为导出的dump文件输出并赋予读写权限 //验证 可以看到虚拟目录已经创建成功了 物理目录需不需要手动创建我没验证,我在做的时候事先创建好了物理目录 为了避免莫名奇妙的问题我们还是手动创建一下物理目录吧O(∩_∩)O //导出全库表结构无数据 //导入表 ...
分类:其他好文   时间:2019-05-13 20:16:15    阅读次数:188
如何节约操作内存?
1:直接操作一个字节 #define SYS_FLAG_TAMPER_ALARM (1<<0)//#define SYS_FLAG_ARMING_ALARM (1<<1)//#define SYS_FLAG_ARMING_STATUS (1<<2)//#define SYS_FLAG_ANTI_LO ...
分类:其他好文   时间:2019-05-13 16:35:53    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!