<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PyTorch Archives : Predictive Modeler</title>
	<atom:link href="https://predictivemodeler.com/category/book/practice/pytorch/feed/" rel="self" type="application/rss+xml" />
	<link>https://predictivemodeler.com/category/book/practice/pytorch/</link>
	<description></description>
	<lastBuildDate>Fri, 07 Feb 2020 15:13:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.4</generator>

<image>
	<url>https://predictivemodeler.com/wp-content/uploads/2019/01/favicon.png</url>
	<title>PyTorch Archives : Predictive Modeler</title>
	<link>https://predictivemodeler.com/category/book/practice/pytorch/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Installing PyTorch</title>
		<link>https://predictivemodeler.com/2020/02/07/installing-pytorch/</link>
					<comments>https://predictivemodeler.com/2020/02/07/installing-pytorch/#respond</comments>
		
		<dc:creator><![CDATA[Syed Mehmud]]></dc:creator>
		<pubDate>Fri, 07 Feb 2020 15:03:18 +0000</pubDate>
				<category><![CDATA[Practice]]></category>
		<category><![CDATA[PyTorch]]></category>
		<guid isPermaLink="false">https://predictivemodeler.com/?p=2802</guid>

					<description><![CDATA[<p>PyTorch is another great platform (along with TensorFlow) for creating machine learning solutions. The process of installing it is relatively straightforward: Step 1: Make sure you have Anaconda installed. If not, go to: Installing Anaconda Step 2: Install PyTorch: Initiate the Anaconda prompt (search for &#8220;Anaconda&#8221;, you should see the program as well as &#8220;Anaconda [&#8230;]</p>
<p>The post <a href="https://predictivemodeler.com/2020/02/07/installing-pytorch/">Installing PyTorch</a> appeared first on <a href="https://predictivemodeler.com">Predictive Modeler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>PyTorch is another great platform (along with <a href="https://predictivemodeler.com/2019/10/17/installing-tensorflow/">TensorFlow</a>) for creating machine learning solutions. The process of installing it is relatively straightforward:</p>
<p>Step 1: Make sure you have Anaconda installed. If not, go to: <a href="https://predictivemodeler.com/2019/01/11/installing-anaconda/">Installing Anaconda</a></p>
<p>Step 2: Install PyTorch: Initiate the Anaconda prompt (search for &#8220;Anaconda&#8221;, you should see the program as well as &#8220;Anaconda Prompt&#8221;). If you don&#8217;t see the prompt, then you can go to Anaconda Navigator, and from within it go to &#8220;Environments&#8221;, right click on the play-button and initiate terminal. I recommend creating a new environment PyTorch. You can do this by running the command:</p>
<p>conda create &#8211;name {env_name, for example: pytorch_env}</p>
<p>Step 3: Activate the environment that you created. You can do this by: conda activate pytorch_env (if you named it that). After activating the environment, follow the <a href="https://pytorch.org/get-started/locally/#windows-verification" target="_blank" rel="noopener noreferrer">instructions here</a> in order to generate the appropriate installation code and to apply it.</p>
<p>That&#8217;s it! Now you have an environment &#8216;pytorch_env&#8217; (or whatever you named it) installed within Anaconda. You can see it by opening the Anaconda program and changing the environment to &#8216;pytorch_env&#8217;. Then install JupyterLab in this environment, and open JupyterLab.</p>
<p>The post <a href="https://predictivemodeler.com/2020/02/07/installing-pytorch/">Installing PyTorch</a> appeared first on <a href="https://predictivemodeler.com">Predictive Modeler</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://predictivemodeler.com/2020/02/07/installing-pytorch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
