月夜

分享网络知识·享受快乐生活


  • Home

  • Archives

  • Tags

Use TensorFlow QueueRunner to read data from a binary file according to some conditions

Posted on 2016-12-15 | In 谈天说地
#!/usr/local/bin/python# -- coding: utf-8 --from __future__ import absolute_importfrom __future__ import divisionfrom __future__ import print_function ...
Read more »

VSCode using git accompanied with github or Visual Studio online

Posted on 2016-12-07 | In 经验知识
VSCode with github:1、在github上创建项目 2、使用git clone https://github.com/xxxxxxx/xxxxx.git克隆到本地 3、编辑项目 4、git add . (将改动添加到暂存区) 5、git commit -m “提交说明” 6、git ...
Read more »

Ubuntu:远程复制文件、远程图形界面、恢复误删文件

Posted on 2016-12-05 | In 经验知识
最近一段时间在Ubuntu的使用中积累了一些不能算是经验的经验,为防以后忘记,再浪费精力搜寻解决途径,现在做一下简单备忘。 1.远程登录 首先是关于远程登录的一些操作。 如果登录一台Ubuntu系统的计算机,需要计算机上安装openssh服务端,使用如下命令完成: [shell]sudo apt-g ...
Read more »

VSCode配置备忘

Posted on 2016-12-03 | In 经验知识
Visual Studio Code (VSCode)是微软开源的一款跨平台编辑器,顾名思义,其相当于在Visual Studio 集成开发环境的基础上精简而来的代码编辑器。因为其开源、跨平台的特性,又由于其各种响应速度,而且背靠微软这棵大树,所以我在Ubuntu上选择它作为我的Python程序编辑 ...
Read more »

luna 3d test

Posted on 2016-11-06 | In 谈天说地
#!/usr/local/bin/python# -- coding: utf-8 --‘’’3D convolutional neural network trained to reduce the False Positive Rate for the LUNA datasets. Th ...
Read more »

3D

Posted on 2016-11-06 | In 谈天说地
Generate CSV fileimport csvimport randomimport numpy as np PI = np.pi csvName = ‘/home/kong/400G/new_detect/augTable.csv’ # 71with open(csvName, ‘wb’) ...
Read more »

Ubuntu上安装TensorFlow脚本备忘

Posted on 2016-10-06 | In 人工智能
[shell]#!/bin/bash # uninstall amazon # uninstall libreOffice sudo apt-get update sudo add-apt-repository ppa:hzwhuang/ss-qt5 sudo apt-get update sudo ...
Read more »

生成augmentation Table

Posted on 2016-08-26 | In 谈天说地
根据augmentation的需求,如augmentation多少个,使用什么样的augmentation等等,生成一个augmentation Table,以供后续使用。 ‘’’Write the table of augmentation ID Author: Kong Haiyang‘’’im ...
Read more »

安装Ubuntu搭建TensorFlow框架笔记

Posted on 2016-05-31 | In 人工智能
既已转行,自然需要全心投入深度学习的探索和研究之中。深度学习的学习和实现离不开一些经典的深度学习框架,从Caffe到Theano,从MXnet到TensorFlow,优秀的框架层出不穷,但我想基于Google目前在深度学习领域的地位,以及Google推出TensorFlow之后受到的关注和影响,Te ...
Read more »

正式入职

Posted on 2016-02-21 | In 心情日记
在东北的这些年终于结束了,我在年后的上周第一天在杭州入职了。 可能是感觉自己实在无法在东北获得更好的发展,在毕业半年之后依然没有放弃,而坚持四处漂泊去找工作。还好,承蒙上天青睐,最终在杭州找到了一个还算可以的工作。 这份工作做的是医疗影像分析,而我所负责的部分是以深度学习对其进行分析。可我本科所学是 ...
Read more »
1…345…44
John Doe

John Doe

433 posts
12 categories
108 tags
© 2018 John Doe
Powered by Hexo
Theme - NexT.Muse