/caffe_study

Test any toy projects, network, etc.. (python2.7 with atlas, CUDA=10.2, CuDNN=7.6.5)

Primary LanguagePython

caffe_study

Test any toy projects, network, etc.. (python2.7 with atlas, CUDA=10.2, CuDNN=7.6.5)

Install Caffe

  • Install anaconda and create virtual enviroment with name "caffe"

conda create -n caffe python=2.7

  • Activate caffe env

conda activate caffe

  • Install caffe-gpu

conda install caffe-gpu

dataset

Download mnist lmdb format and unzip to data/mnist/

Download fer2013.csv and run data/fer2013/generate_fer2013_train_test_png.py