 <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://Robo.Fish/wiki/index.php?action=history&amp;feed=atom&amp;title=Caffe</id>
	<title>Caffe - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://Robo.Fish/wiki/index.php?action=history&amp;feed=atom&amp;title=Caffe"/>
	<link rel="alternate" type="text/html" href="https://Robo.Fish/wiki/index.php?title=Caffe&amp;action=history"/>
	<updated>2026-04-23T00:46:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://Robo.Fish/wiki/index.php?title=Caffe&amp;diff=2853&amp;oldid=prev</id>
		<title>Kai at 2018-05-16T20:42:35</title>
		<link rel="alternate" type="text/html" href="https://Robo.Fish/wiki/index.php?title=Caffe&amp;diff=2853&amp;oldid=prev"/>
		<updated>2018-05-16T20:42:35Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Caffe (http://caffe2.ai) is a C++ deep neural network framework originally developed by Yangqing Jia at the Computer Vision department of UC Berkeley, which later became the [http://bair.berkeley.edu Berkeley Artificial Intelligence Research Lab]. Caffe is now being developed at Facebook and is part of the [https://pytorch.org PyTorch] project.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Installing PyTorch on Ubuntu 18.04 ===&lt;br /&gt;
After installing miniconda3 and creating an environment for PyTorch,&lt;br /&gt;
&amp;lt;pre class=&amp;quot;terminal&amp;quot;&amp;gt;&lt;br /&gt;
conda create --name pytorch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
you can install PyTorch for [[CUDA]] 9.1 by entering&lt;br /&gt;
&amp;lt;pre class=&amp;quot;terminal&amp;quot;&amp;gt;&lt;br /&gt;
conda install pytorch torchvision cuda91 -c pytorch&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
=== Building Caffe on Ubuntu 16.04 ===&lt;br /&gt;
On Ubuntu make sure that the dependencies &amp;#039;&amp;#039;glog&amp;#039;&amp;#039; and &amp;#039;&amp;#039;gflags&amp;#039;&amp;#039; are installed before running cmake. Otherwise the Caffe build script tries to build a local version of glog and gflags and runs into a makefile configuration problem where the build process aborts and complains that it can&amp;#039;t find automake-1.14. The version of automake from the Ubuntu repositories has been updated to 1.15. Simply run&lt;br /&gt;
&amp;lt;pre class=&amp;quot;terminal&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt install libgoogle-glog-dev&lt;br /&gt;
sudo apt install libgflags-dev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
before running&lt;br /&gt;
&amp;lt;pre class=&amp;quot;terminal&amp;quot;&amp;gt;&lt;br /&gt;
mkdir build&lt;br /&gt;
cd build&lt;br /&gt;
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/ ..&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kai</name></author>
	</entry>
</feed>