<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic You can do the sanity check in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163034#M1220</link>
    <description>&lt;P&gt;You can do the sanity check using the below command as given in the intel developer website:&lt;/P&gt;&lt;P&gt;python -c "import tensorflow; print(tensorflow.pywrap_tensorflow.IsMklEnabled())" Just run this command if the result is true then intel optimized tensorflow is being used.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2019 12:37:51 GMT</pubDate>
    <dc:creator>johnson__ashish</dc:creator>
    <dc:date>2019-12-03T12:37:51Z</dc:date>
    <item>
      <title>Intel-optimized TensorFlow available in default Anaconda Channel now!</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163026#M1212</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Updated 8/9/2018:&lt;/U&gt;&amp;nbsp; Intel optimized TensorFlow 1.9&amp;nbsp;wheels and conda packages in Intel channel are made available now! Refer the &lt;A href="https://software.intel.com/en-us/articles/intel-optimization-for-tensorflow-installation-guide"&gt;Install guide&amp;nbsp;&lt;/A&gt;for the installation instructions to get the latest Intel Optimized TensorFlow.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Starting from TensorFlow v1.9, Anaconda will continue to build TensorFlow with MKL-DNN optimizations and distribute in their main channel.to deliver a high performance TensorFlow.&lt;/P&gt;

&lt;P&gt;Made currently available for Linux platform, if you are using conda package manager, Just follow the instruction below to get the latest and&amp;nbsp;highly optimized TensorFlow.&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;conda install tensorflow&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;conda install tensorflow -c anaconda&lt;/PRE&gt;

&lt;P&gt;If you are not using conda package manager, Intel will distribute the latest version(1.9) of optimized-TensorFlow wheels shortly. However, older version wheels&amp;nbsp;are made available. For more details, &lt;A href="https://software.intel.com/en-us/articles/intel-optimization-for-tensorflow-installation-guide"&gt;Click Here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 23:45:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163026#M1212</guid>
      <dc:creator>Preethi_V_Intel</dc:creator>
      <dc:date>2018-07-26T23:45:26Z</dc:date>
    </item>
    <item>
      <title>Hi Preethi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163027#M1213</link>
      <description>&lt;P&gt;Hi Preethi,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I installed tensorflow in my Windows 10 through conda install -c anaconda tensorflow.&amp;nbsp; Now how do I make sure that this tensorflow build is using Intel MKL-DNN primitives.&amp;nbsp; In other words, is there a command inside tensorflow to check this similar to checking if tensorflow is using GPU.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best&lt;/P&gt;

&lt;P&gt;s0r2637&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 16:03:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163027#M1213</guid>
      <dc:creator>rajaraman__srinivasa</dc:creator>
      <dc:date>2018-08-07T16:03:56Z</dc:date>
    </item>
    <item>
      <title>Hi Srinivasan,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163028#M1214</link>
      <description>Hi Srinivasan,

Right now the optimized TF 1.9 is available only for Linux OS</description>
      <pubDate>Thu, 09 Aug 2018 23:54:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163028#M1214</guid>
      <dc:creator>Preethi_V_Intel</dc:creator>
      <dc:date>2018-08-09T23:54:05Z</dc:date>
    </item>
    <item>
      <title>In a freshly created anaconda</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163029#M1215</link>
      <description>&lt;P&gt;In a freshly created anaconda installation, in an environment created with&lt;/P&gt;&lt;P&gt;conda create -n tensorflow_env tensorflow keras&lt;/P&gt;&lt;P&gt;I still get the warning "cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA"&lt;/P&gt;&lt;P&gt;conda list tensorflow shows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tensorflow:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.12.0-mkl_py36h69b6ba0_0&lt;/P&gt;&lt;P&gt;which looks promising.&lt;/P&gt;&lt;P&gt;Other people seem to have the same issue, see discussion at &lt;A href="https://www.anaconda.com/blog/developer-blog/tensorflow-in-anaconda/"&gt;https://www.anaconda.com/blog/developer-blog/tensorflow-in-anaconda/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Are there any issues with the packaging?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 10:17:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163029#M1215</guid>
      <dc:creator>Kloppenburg__Ernst</dc:creator>
      <dc:date>2018-11-16T10:17:16Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163030#M1216</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I guess the tensorflow packages from the main anaconda channel have some problem.&lt;/P&gt;&lt;P&gt;Today I installed them, using a freshly downloaded anaconda distribution on linux, in a fresh environment.&lt;/P&gt;&lt;P&gt;With these packages I get the warning:&lt;/P&gt;&lt;P&gt;I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA&lt;/P&gt;&lt;P&gt;'conda list tensorflow' outputs&lt;/P&gt;&lt;P&gt;tensorflow&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.12.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mkl_py36h69b6ba0_0 &amp;nbsp;&lt;/P&gt;&lt;P&gt;doing 'conda install tensorflow -c intel' kind of upgrades me to this warning message:&lt;/P&gt;&lt;P&gt;I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA&lt;/P&gt;&lt;P&gt;here 'conda list tensorflow' shows:&lt;/P&gt;&lt;P&gt;tensorflow&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.11.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; py36_0&amp;nbsp;&amp;nbsp;&amp;nbsp; intel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 13:36:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163030#M1216</guid>
      <dc:creator>Kloppenburg__Ernst</dc:creator>
      <dc:date>2018-11-16T13:36:39Z</dc:date>
    </item>
    <item>
      <title>you can ignore the warning,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163031#M1217</link>
      <description>&lt;P&gt;you can ignore the warning, since MKL-DNN will use the latest instruction sets. Please refer the install guide for additional details&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2019 01:31:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163031#M1217</guid>
      <dc:creator>Preethi_V_Intel</dc:creator>
      <dc:date>2019-01-05T01:31:35Z</dc:date>
    </item>
    <item>
      <title>Please add build for TF 1.14</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163032#M1218</link>
      <description>&lt;P&gt;Please add build for TF 1.14 (or at least 1.13) / &lt;STRONG&gt;python 3.7&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2019 10:50:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163032#M1218</guid>
      <dc:creator>Bob</dc:creator>
      <dc:date>2019-06-02T10:50:00Z</dc:date>
    </item>
    <item>
      <title>please add Tensorflow 1.14</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163033#M1219</link>
      <description>&lt;P&gt;please add Tensorflow 1.14 (or at least 1.13) build for &lt;STRONG&gt;python 3.7&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 17:35:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163033#M1219</guid>
      <dc:creator>Bob</dc:creator>
      <dc:date>2019-06-04T17:35:55Z</dc:date>
    </item>
    <item>
      <title>You can do the sanity check</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163034#M1220</link>
      <description>&lt;P&gt;You can do the sanity check using the below command as given in the intel developer website:&lt;/P&gt;&lt;P&gt;python -c "import tensorflow; print(tensorflow.pywrap_tensorflow.IsMklEnabled())" Just run this command if the result is true then intel optimized tensorflow is being used.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 12:37:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Intel-optimized-TensorFlow-available-in-default-Anaconda-Channel/m-p/1163034#M1220</guid>
      <dc:creator>johnson__ashish</dc:creator>
      <dc:date>2019-12-03T12:37:51Z</dc:date>
    </item>
  </channel>
</rss>

