<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>tensorflow on Bridges</title>
  <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>tensorflow on Bridges</subtitle>
  <entry>
    <title>tensorflow on Bridges</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1556754" />
    <author>
      <name>Christopher Allan Strong</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1556754</id>
    <updated>2017-05-23T22:14:54Z</updated>
    <published>2017-05-23T22:13:13Z</published>
    <summary type="html">Hi, I&amp;#039;m new to XSEDE and I&amp;#039;m trying to use tensorflow on Bridges. I&amp;#039;m having trouble successfully importing tensorflow. I&amp;#039;ve tried to submit the following bash script:&lt;br /&gt;&lt;br /&gt;#!/bin/bash&lt;br /&gt;#SBATCH --job-name=&amp;#034;test&amp;#034;&lt;br /&gt;#SBATCH --output=&amp;#034;test.%j.%N.out&amp;#034;&lt;br /&gt;#SBATCH -p RM-shared&lt;br /&gt;#SBATCH -N 1&lt;br /&gt;#SBATCH --ntasks-per-node=12&lt;br /&gt;#SBATCH --export=ALL&lt;br /&gt;#SBATCH -t 00:05:00&lt;br /&gt;&lt;br /&gt;module load tensorflow/1.0.1&lt;br /&gt;python test.py&lt;br /&gt;&lt;br /&gt;which calls the python program test.py, shown below:&lt;br /&gt;&lt;br /&gt;import tensorflow as tf&lt;br /&gt;print(&amp;#039;running tensorflow test&amp;#039;)&lt;br /&gt;&lt;br /&gt;This gives the following error: ImportError: No module named tensorflow&lt;br /&gt;&lt;br /&gt;Any help would be much appreciated!</summary>
    <dc:creator>Christopher Allan Strong</dc:creator>
    <dc:date>2017-05-23T22:13:13Z</dc:date>
  </entry>
</feed>

