Skip to content

Instantly share code, notes, and snippets.

View luoyetx's full-sized avatar

Jie Zhang luoyetx

View GitHub Profile

c 艹 learning plan


  • 课程视频网址,网易公开课上的有中文字幕
  • 课件打印(可选),自己安排每周的视频学习时间,课后习题以及编程习题,以下安排仅作参考

周次 7 8 9 10 11 12 13 14 15 16 17 18
起始日期 10.13 10.19 10.26 11.2 11.9 11.16 11.23 12.7 12.14 12.21 12.28 2016.1.4
@onauparc
onauparc / C++ Predict with caffe
Created June 17, 2014 13:36
sample code for caffe C++ prediction
#include <cuda_runtime.h>
#include <cstring>
#include <cstdlib>
#include <vector>
#include <string>
#include <iostream>
#include <stdio.h>
#include "caffe/caffe.hpp"