Install and Compile MatConvNet: CNNs for MATLAB --- Deep Learning framework

Install and Compile MatConvNet: CNNs for MATLAB --- Deep Learning framework 

2017-04-18  10:19:35 

 

If you want to use matlab convnet, you just install according to the following tutorials: 

1. Download and unzip the original source file from: http://www.vlfeat.org/matconvnet/ 

2. Then, install and compile this file: 

  > cd <MatConvNet>

  > addpath matlab

  > vl_compilenn 

3. If you want to use GPU, you need to compile with :

  > vl_compilenn('enableGpu', true, 'cudaRoot', '/usr/local/cuda-8.0', 'cudaMethod', 'nvcc') 

 

4. then test if you have install it successfully. 

  > vl_testnn('gpu', true) 

 

Useful Tips:

1. Do not use the  1.0-beta20 , because it may contain BUG ! I encounter this error with this version.

  then, I changed into  1.0-beta24 , everything become easy ... you know ... 

 

 

 

 

时间: 2024-09-25 17:49:54

Install and Compile MatConvNet: CNNs for MATLAB --- Deep Learning framework的相关文章

Deep Learning framework --- MexNet 安装,测试,以及相关问题总结

Deep Learning framework --- MexNet 安装,测试,以及相关问题总结    一.安装:   参考博文:http://www.open-open.com/lib/view/open1448030000650.html  Note: gcc g++ 需要 4.8 版本.   二.

Some tutorials and conclusions about deep learning framework ---- 【pytorch】

1. install the pytorch version 0.1.11  ## Version 0.1.11 ## python2.7 and cuda 8.0 pip install http://download.pytorch.org/whl/cu80/torch-0.1.11.post5-cp27-none-linux_x86_64.whl pip install torchvision   2. what happened when following errors occurs

(转) Awesome Deep Learning

Awesome Deep Learning  Table of Contents Free Online Books Courses Videos and Lectures Papers Tutorials Researchers WebSites Datasets Frameworks Miscellaneous Contributing Free Online Books Deep Learning by Yoshua Bengio, Ian Goodfellow and Aaron Cou

Some Problems for Deep Learning with Theano &amp;&amp; Lasagne framework

  Some Problems for Deep Learning with Theano && Lasagne framework 2017-03-23     1. theano.function output = input ** 2   f = theano.function([input], output) print(f(3))  >> the output is: 3^2 = 9.   2.  verbose = 1 or 0, does it have any

(转) Deep Learning Resources

    转自:http://www.jeremydjacksonphd.com/category/deep-learning/   Deep Learning Resources Posted on May 13, 2015   Videos Deep Learning and Neural Networks with Kevin Duh: course page NY Course by Yann LeCun: 2014 version, 2015 version NIPS 2015 Deep

Machine and Deep Learning with Python

Machine and Deep Learning with Python Education Tutorials and courses Supervised learning superstitions cheat sheet Introduction to Deep Learning with Python How to implement a neural network How to build and run your first deep learning network Neur

(转)The 9 Deep Learning Papers You Need To Know About (Understanding CNNs Part 3)

Adit Deshpande CS Undergrad at UCLA ('19) Blog About The 9 Deep Learning Papers You Need To Know About (Understanding CNNs Part 3) Introduction Link to Part 1Link to Part 2                 In this post, we'll go into summarizing a lot of the new and

(转) Learning Deep Learning with Keras

Learning Deep Learning with Keras  Piotr Migdał - blog Projects Articles Publications Resume About Photos Learning Deep Learning with Keras 30 Apr 2017 • Piotr Migdał • [machine-learning] [deep-learning] [overview] I teach deep learning both for a li

关于深度学习(deep learning)的常见疑问 --- 谷歌大脑科学家 Caffe缔造者 贾扬清

问答环节 问:在finetuning的时候,新问题的图像大小不同于pretraining的图像大小,只能缩放到同样的大小吗?" 答:对的:) 问:目前dl在时序序列分析中的进展如何?研究思路如何,能简单描述一下么答:这个有点长,可以看看google最近的一系列machine translation和image description的工作. 问:2个问题:1.目前Caffe主要面对CV或图像的任务,是否会考虑其它任务,比如NLP?2.如果想学习Caffe代码的话,能给一些建议吗?答:Caffe的