ICode9

精准搜索请尝试: 精确搜索
  • Tensorflow中多GPU并行训练2019-10-26 17:02:43

    原文链接:https://blog.csdn.net/minstyrain/article/details/80986397 目前已有很多介绍tensorflow使用多GPU的文章,但大多凌乱不堪,更有相互借鉴之嫌。笔者钻研数日,总算理清里面的脉络,特成此文以飨读者。 缘起 tensorflow使用GPU时默认占满所有可用GPU

  • OSG3.4内置Examples解析【目录】2019-10-21 17:53:52

    opengl渲染管线       从整体上解读OpenGL的渲染流程 一       从整体上解读OpenGL的渲染流程 二 osg与animate相关示例解析       OSG3.4内置Examples(osganimate)解析       OSG3.4内置Examples(osganimationeasemotion)解析       OSG3.4内置Examples(osga

  • ORB-SLAM22019-09-18 09:43:16

    生成associations_my.txt文件 python associate.py rgb.txt depth.txt > associations_my.txt 运行 ./Examples/Monocular/mono_tum Vocabulary/ORBvoc.txt Examples/Monocular/TUM1.yaml /home/jinrui/SLAM/TUM/rgbd_dataset_freiburg1_desk  

  • swoole错误“Uncaught Error: Class 'swoole_server' not found”的解决办法2019-08-17 22:51:14

    如果你在执行swoole对应文件时,报下面的错误, PHP Fatal error: Uncaught Error: Class 'swoole_server' not found in /mnt/windows/swoole/swoole-src/examples/server/echo.php:2Stack trace:#0 {main} thrown in /mnt/windows/swoole/swoole-src/examples/server/echo.php on

  • mahout从入门到放弃--安装(1)2019-08-17 21:04:09

    1.稀里糊涂下载  我的集群是hadoop 2.7.3 ,本来想找到对应的mahout版本,但是没有找到。本着安全原则,mahout最新版本是0.14.0,回退一个版本使用0.13.0 mahout地址         2.安装后 一波操作:解压到D:Zoo和配置好环境变量后,运行报错!!! D:\Zoo\apache-mahout-distribution-0.13.0\bin>

  • Wandb用起来,一行Python代码实现Keras模型可视化!2019-08-08 14:39:40

    在训练神经网络的过程中,我们可能会希望可视化网络的性能和中间的结构,很多可视化代码的冗长复杂使得我们望而却步,有没有一行代码就能解决可视化的所有问题呢? 通过wandb,只需要加一行Python代码就可以可视化Keras网络性能指标和结构。(注:Keras使得构建神经网络变得简单明了,这一点深

  • class.getClassLoader() 问题2019-08-07 19:35:30

    原文链接:http://www.cnblogs.com/xw-cnblogs/archive/2012/04/21/2461569.html class.getClassLoader() 问题 学习Drools的Examples时,Drools的例子程序分为3大目录存放 drools-examples/src/main/java                            -

  • Cesuim调试环境部署2019-08-03 20:00:24

    Cesium应用篇:1快速搭建                  Cesium ['siːzɪəm]是一款开源的JavaScript开源库,开发者通过Cesium,实现无插件的创建三维球和二维地图。Cesium通过WebGL技术实现图形的硬件加速,并且跨平台,跨浏览器,并提供动态数据的可视化展现。         准备工作

  • windows10下安装pygame并验证成功2019-07-24 21:52:58

    首先要确保网络正常 py -m pygame.examples.aliens      python -m pip install pygame --user   然后进行验证: py -m pygame.examples.aliens    成功!                      

  • TensorFlow-Examples - helloworld.py2019-07-19 20:42:22

    TensorFlow-Examples - helloworld.py https://github.com/aymericdamien/TensorFlow-Examples 1. helloworld.py #!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import absolute_import from __future__ import division from __future__ import print_

  • The Art of Unit Testing (With Examples in .NET) 介绍2019-07-14 12:03:32

    原文链接:http://www.cnblogs.com/VincentYan/archive/2009/06/19/1505898.html 作者:美国 Roy Osherove   在软件开发届,测试越来越得到重视.目前我们可以找到一些关于测试驱动,通用测试方法等书籍与材料,但专著与单元测试的书籍与指导材料却非常罕见.本

  • Quorum企业以太坊环境搭建教程2019-07-04 15:29:18

    Quorum是一个许可制的以太坊联盟区块链实现,包含了金融巨头JP摩根开发的一个GETH分支版本,可以在节点之间实现私有和快速的交易。Quorum为保证隐私对节点之间的私有交易进行了专门的设计,它使用Raft和Istanbul算法实现共识,使用Tessara和Constellation实现节点数据的加密和共享

  • jquer Tabs 22019-06-22 20:00:31

    找到表单源文件 https://getbootstrap.com/docs/4.3/examples/checkout/   打开后 查看源代码   将代码 另存为 保存到本地目录项目文件  

  • Bootstrap 控制台示例2019-06-20 20:53:02

    1.打开https://getbootstrap.com/docs/4.3/examples/ 2.选择Dashboard 3.右键查看源代码,另存为 4.通过源代码界面下载JS和CSS 5.修改绝对路径为相对路径 6.成功截图  

  • 几个不错的echarts +百度地图 案例2019-05-31 18:48:12

        https://echarts.baidu.com/examples/editor.html?c=map-polygon https://echarts.baidu.com/examples/editor.html?c=effectScatter-bmap 空气质量等,可以通过值来控制点的大小和光环。 https://echarts.baidu.com/examples/editor.html?c=heatmap-bmap 人流密度图、热力

  • Tomcat example 应用信息泄漏漏洞及修复2019-05-31 17:03:54

    Tomcat 是一款开源的 Web 应用服务器软件。Tomcat 属于轻量级应用服务器,在中小型系统和并发访问用户不多的场合下被普遍使用,是开发和调试 JSP 程序的首选。 漏洞描述 Tomcat 在使用时一般直接下载源代码包,解压后直接使用。默认情况下,Tomcat 源码包 Web 根目录下包含 servlets-examp

  • 吴裕雄 PYTHON 神经网络——TENSORFLOW MNIST读取数据2019-05-16 11:51:25

    from tensorflow.examples.tutorials.mnist import input_datamnist = input_data.read_data_sets("E:\\datasets\\MNIST_data\\", one_hot=True) print("Training data size: ", mnist.train.num_examples)print("Validating data size: &q

  • 【经验分享】基于创龙AM5708多核间通信的IPC例程通用开发流程2019-05-15 20:56:35

    c此文章原创来源于:创龙电子         AM5708嵌入式开发板是一款由创龙基于TI AM570x浮点DSP C66x + ARM Cortex-A15工业控制及可编程音视频处理器。由SOM-TL570x工业核心板设计的开发板,它为用户提供了SOM-TL570x工业核心板的测试平台,用于快速评估SOM-TL570x工业核心板的整体性

  • 吴恩达机器学习正则化Logistic回归算法的MATLAB实现2019-04-26 20:55:26

    plotData.m文件 这个函数文件是将其中结果为0和1的结果区分出来,主要是通过find函数实现。 function plotData(X, y) %PLOTDATA Plots the data points X and y into a new figure % PLOTDATA(x,y) plots the data points with + for the positive examples % and o for t

  • OpenGL.Qt532.cube2019-04-17 22:44:31

    1、官方的例子(安装好代源码的Qt532就有该例子)   E:\Project_Qt532\Official_Examples\opengl\cube   E:\Project_Qt532\Official_Examples\cube_zz 2、例子中的 正立方体 的点的对应    3、 4、 5、  

  • python code run on spark standalon mode2019-04-09 22:50:22

    1.official document   http://spark.apache.org/docs/latest/submitting-applications.html   2. Bundling Your Application’s Dependencies   If your code depends on other projects, you will need to package them alongside your application in order to distribut

  • 目标检测(一)R-CNN--Rich feature hierarchies for accurate object detection and semantic segmentation(V5)2019-03-24 09:53:15

    作者:Ross Girshick,Jeff Donahue,Trevor Darrell,Jitendra Malik该论文提出了一种简单且可扩展的检测算法,在VOC2012数据集上取得的mAP比当时性能最好的算法高30%。算法主要结合了两个key insights:(1)可以将高容量的卷积神经网络应用到自底向上的Region proposals(候选区域)上,以定位和分

  • 对Java tutorial-examples中hello2核心代码分析2019-03-23 12:39:17

    1.在hello2中有两个.java源文件分别是GreetingServlet.Java和ResponseServlet.jva文件主要对以下核心代码做主要分析。 1 String username = request.getParameter("username"); //获取表单数据2 if (username != null && username.length() > 0) {3

  • gnuplot examples2019-03-20 12:51:00

    xy plot   #set terminal jpeg#set output 'alfa.jpg'set terminal postscript eps font 24set out 'U_vs_X_tsr5.eps'#set terminal X11set autoscaleunset logunset labelunset pm3dset key at graph .99, .58set key spacing 1set xtic autoset ytic

  • Spark Standalone 提交模式2019-03-10 22:47:31

    一.Client提交模式   提交命令:     ./spark-submit --master spark://node1:7077 --class org.apache.spark.examples.SparkPi ../lib/spark-examples-1.6.0-hadooop2.6.0.jar 100     等价【默认为client】:     ./spark-submit --master spark://node1:7077 --deplo

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有