一、Minst训练 因为Caffe默认采用GPU,而我需要用CPU,故需要修改lenet_solver.prototxt中GPU和CPU切换 二、cifar10数据库 60000张32*32 彩色图片 共10类 50000张训练 10000张测试 下载cifar10数据库:http://pan.ba ...
分类:
其他好文 时间:
2016-07-19 13:17:25
阅读次数:
606
Sudoku Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Others)Total Submission(s): 1064 Accepted Submission(s): 362 Problem D ...
分类:
其他好文 时间:
2016-07-14 10:26:01
阅读次数:
379
问题:CST DC作业主要涉及到前端节点(登陆节点),主控制器,和求解器,也即是frontend(登陆节点) DC maincontrol(MC节点) DC Solver Servers(计算节点),没有数据返回,可能是计算节点和MC节点失去连接,或者MC和登陆节点失去连接,或者节点失去响应和假死状 ...
分类:
其他好文 时间:
2016-07-14 01:29:26
阅读次数:
168
Sudoku Killer Font: Times New Roman | Verdana | Georgia Font Size: ← → Problem Description 自从2006年3月10日至11日的首届数独世界锦标赛以后,数独这项游戏越来越受到人们的喜爱和重视。据说,在2008北京 ...
分类:
其他好文 时间:
2016-07-13 20:19:33
阅读次数:
188
Determine whether a Sudoku is valid. The Sudoku board could be partially filled, where empty cells are filled with the character .. Notice A valid Sud ...
分类:
其他好文 时间:
2016-07-13 13:58:46
阅读次数:
99
Write a program to solve a Sudoku puzzle by filling the empty cells. Empty cells are indicated by the character '.'. You may assume that there will be ...
分类:
其他好文 时间:
2016-07-06 23:32:14
阅读次数:
356
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules. The Sudoku board could be partially filled, where empty cells are filled wit ...
分类:
其他好文 时间:
2016-06-27 23:22:24
阅读次数:
407
很多不错的网页: 1、http://alanse7en.github.io/caffedai-ma-jie-xi-1/ 主要介绍基本caffe知识 interace 接口 API中的‘I’ Caffe代码结构包含四个大类:Solver:实现了优化函数封装,其中有个protected 成员 share ...
分类:
其他好文 时间:
2016-06-15 20:31:12
阅读次数:
242
昨晚心血来潮在leetcode上pick one了一道算法题 https://leetcode.com/problems/sudoku-solver/ 解决代码如下: 主要使用回溯递归的方法,先定义一个判断函数和一个获得下一个位置的函数,使结构清晰一些。 然后对可选i,j进行1~9遍历,如果遍历成功 ...
分类:
编程语言 时间:
2016-06-15 15:34:49
阅读次数:
296