Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>caffe-vs2013</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
10 changes: 10 additions & 0 deletions train-MNIST/jerry.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
lalala
</body>
</html>
1 change: 1 addition & 0 deletions train-MNIST/train-MNIST.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*
* Start caffe training from Visual Studio
*/
//添加注释用于测试一下

#include "caffe/caffe.hpp"
#include "caffe/util/io.hpp"
Expand Down