From awd at cs.cmu.edu Thu Jun 2 15:45:59 2016 From: awd at cs.cmu.edu (Artur Dubrawski) Date: Thu, 2 Jun 2016 15:45:59 -0400 Subject: Fwd: headed to NYC In-Reply-To: References: Message-ID: <57508CF7.9070407@cs.cmu.edu> Dear Autonians, Please join me in wishing Daniel the best of luck in NYC followed by a swift return to Pittsburgh! Artur -------- Forwarded Message -------- Dear friends and colleagues, As many of you know, I've been engaged in a lengthy job search process this past academic year. I've been tremendously happy here at Heinz and and still believe that CMU is the best place on earth for me, but it's also extremely important to find opportunities for my wife Rebecca (a pathologist and lymphoma researcher) that will enable her successful research career. I will be moving to NYC at the end of the month, and taking a two-year position as Visiting Professor of Urban Analytics at New York University's Center for Urban Science and Progress (NYU CUSP). I'll be officially on leave from CMU, but remain committed to advising my current students and continuing our current projects, and we are working out an arrangement that will provide me with the resources to do this. After that, I hope that Rebecca and I will be able to return to Pittsburgh, though that does depend on finding the right opportunities for her. In the meantime, she is super-excited about her new faculty position at Columbia University's Department of Pathology, where she'll be mentored by and collaborate with one of the world's top lymphoma researchers. We are both excited about spending some time in NYC, though we will miss Pittsburgh tremendously and hopefully be back often! Thank you all for everything you have done to make my past ten years at Heinz truly wonderful. It has been a true pleasure working with and getting to know all of you, and I am delighted that my job search has resolved in such a way that I can continue my affiliation with Heinz and CMU. I also want to thank Krishnan (and our Provost) for being so supportive during this process. I look forward to staying in touch, and if all goes well, to returning in Fall 2018! All the best, Daniel ------------------------------------------------------- Daniel B. Neill, Ph.D. Dean's Career Development Professor and Associate Professor of Information Systems Director, Event and Pattern Detection Laboratory H.J. Heinz III College Carnegie Mellon University neill at cs.cmu.edu http://www.cs.cmu.edu http://epdlab.heinz.cmu.edu From awd at cs.cmu.edu Fri Jun 10 16:22:09 2016 From: awd at cs.cmu.edu (Artur Dubrawski) Date: Fri, 10 Jun 2016 16:22:09 -0400 Subject: bike ride on Sunday morning? Message-ID: We are tentatively planning a reasonably short but fun bike ride (e.g. from CMU to Station Square to Washington's Landing to CMU) on Sunday with a start at 9am from the front of NSH. The forecast shows no rain and comfy temperatures in the morning. Please would let me know if you'd like to join. Cheers, Artur From mdeartea at andrew.cmu.edu Sat Jun 11 10:54:27 2016 From: mdeartea at andrew.cmu.edu (Maria De Arteaga Gonzalez) Date: Sat, 11 Jun 2016 14:54:27 +0000 Subject: bike ride on Sunday morning? In-Reply-To: References: Message-ID: Ben and I are going to try to fix our bikes and we'll let you know whether we succeed. Thanks! Maria Mar?a De Arteaga PhD Student in Machine Learning and Public Policy Carnegie Mellon University ________________________________________ From: Autonlab-users [autonlab-users-bounces at autonlab.org] on behalf of Artur Dubrawski [awd at cs.cmu.edu] Sent: Friday, June 10, 2016 4:22 PM To: users at autonlab.org Subject: bike ride on Sunday morning? We are tentatively planning a reasonably short but fun bike ride (e.g. from CMU to Station Square to Washington's Landing to CMU) on Sunday with a start at 9am from the front of NSH. The forecast shows no rain and comfy temperatures in the morning. Please would let me know if you'd like to join. Cheers, Artur From awd at cs.cmu.edu Fri Jun 24 13:09:56 2016 From: awd at cs.cmu.edu (Artur Dubrawski) Date: Fri, 24 Jun 2016 13:09:56 -0400 Subject: How about this Sunday? [Re: bike ride on Sunday morning?] In-Reply-To: References: Message-ID: <9ef0ecda-7fbf-75be-00d4-f47b0eb5d8de@cs.cmu.edu> Anyone interested in joining this Sunday? Same start time and place - destination up for debate. Artur On 6/10/2016 4:22 PM, Artur Dubrawski wrote: > We are tentatively planning a reasonably short but fun bike ride (e.g. > from CMU to Station Square to Washington's Landing to CMU) > on Sunday with a start at 9am from the front of NSH. > The forecast shows no rain and comfy temperatures in the morning. > Please would let me know if you'd like to join. > Cheers, > Artur From hanqis at andrew.cmu.edu Thu Jun 30 16:31:29 2016 From: hanqis at andrew.cmu.edu (Hanqi Sun) Date: Thu, 30 Jun 2016 16:31:29 -0400 Subject: Tensorflow on GPU Message-ID: Hi all, I am a research assistant for Prof. Poczos and would like to use Tensorflow for my project. When I try to execute import tensorflow on the GPU node, I get the following error message Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/site-packages/tensorflow/__init__.py", line 23, > in from tensorflow.python import * File "/usr/lib/python2.7/site-packages/tensorflow/python/__init__.py", > line 50, in from tensorflow.python.framework.framework_lib import * File > "/usr/lib/python2.7/site-packages/tensorflow/python/framework/framework_lib.py", > line 62, in from tensorflow.python.framework.ops import Graph File > "/usr/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line > 40, in from tensorflow.python.framework import versions File > "/usr/lib/python2.7/site-packages/tensorflow/python/framework/versions.py", > line 24, in from tensorflow.python import pywrap_tensorflow File > "/usr/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", > line 28, in _pywrap_tensorflow = swig_import_helper() File > "/usr/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", > line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow', fp, pathname, description) ImportError: libcudart.so.7.0: cannot open shared object file: No such file > or directory Could anyone check this out and try to fix it? Thanks! Also, I will greatly appreciate it if any of you could share your experience with Tensorflow (especially about image processing) with me as I am new to this framework. If you are interested, please send a private email to me and I am happy to stop by at your office at any time. Best, Hanqi -------------- next part -------------- An HTML attachment was scrubbed... URL: From boecking at andrew.cmu.edu Thu Jun 30 16:44:21 2016 From: boecking at andrew.cmu.edu (Benedikt Boecking) Date: Thu, 30 Jun 2016 16:44:21 -0400 Subject: Tensorflow on GPU In-Reply-To: References: Message-ID: <927D29B3-F1C3-4513-A140-28C044902F16@andrew.cmu.edu> Have you tried setting the cuda environment path? export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64 > On Jun 30, 2016, at 4:31 PM, Hanqi Sun wrote: > > Hi all, > > I am a research assistant for Prof. Poczos and would like to use Tensorflow for my project. > > When I try to execute > > import tensorflow > > on the GPU node, I get the following error message > > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python2.7/site-packages/tensorflow/__init__.py", line 23, in > from tensorflow.python import * > File "/usr/lib/python2.7/site-packages/tensorflow/python/__init__.py", line 50, in > from tensorflow.python.framework.framework_lib import * > File "/usr/lib/python2.7/site-packages/tensorflow/python/framework/framework_lib.py", line 62, in > from tensorflow.python.framework.ops import Graph > File "/usr/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 40, in > from tensorflow.python.framework import versions > File "/usr/lib/python2.7/site-packages/tensorflow/python/framework/versions.py", line 24, in > from tensorflow.python import pywrap_tensorflow > File "/usr/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", line 28, in > _pywrap_tensorflow = swig_import_helper() > File "/usr/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", line 24, in swig_import_helper > _mod = imp.load_module('_pywrap_tensorflow', fp, pathname, description) > ImportError: libcudart.so.7.0: cannot open shared object file: No such file or directory > > > Could anyone check this out and try to fix it? Thanks! > > Also, I will greatly appreciate it if any of you could share your experience with Tensorflow (especially about image processing) with me as I am new to this framework. If you are interested, please send a private email to me and I am happy to stop by at your office at any time. > > Best, > Hanqi -------------- next part -------------- An HTML attachment was scrubbed... URL: From hanqis at andrew.cmu.edu Thu Jun 30 17:10:18 2016 From: hanqis at andrew.cmu.edu (Hanqi Sun) Date: Thu, 30 Jun 2016 17:10:18 -0400 Subject: Tensorflow on GPU In-Reply-To: <927D29B3-F1C3-4513-A140-28C044902F16@andrew.cmu.edu> References: <927D29B3-F1C3-4513-A140-28C044902F16@andrew.cmu.edu> Message-ID: Hi all, Thanks for all the replies! Actually, the error message was generated on the server gpu2.int.autonlab.org. And when I tried printenv LD_LIBRARY_PATH I got /usr/local/cuda/lib64:/usr/lib64/mpich/lib I do not know whether I should change the environment variable on the server. Could someone have a look at it? Thanks, Hanqi On Thu, Jun 30, 2016 at 4:44 PM, Benedikt Boecking wrote: > Have you tried setting the cuda environment path? > > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64 > > On Jun 30, 2016, at 4:31 PM, Hanqi Sun wrote: > > Hi all, > > I am a research assistant for Prof. Poczos and would like to use > Tensorflow for my project. > > When I try to execute > > import tensorflow > > > on the GPU node, I get the following error message > > Traceback (most recent call last): > > File "", line 1, in > > File "/usr/lib/python2.7/site-packages/tensorflow/__init__.py", line 23, >> in > > from tensorflow.python import * > > File "/usr/lib/python2.7/site-packages/tensorflow/python/__init__.py", >> line 50, in > > from tensorflow.python.framework.framework_lib import * > > File >> "/usr/lib/python2.7/site-packages/tensorflow/python/framework/framework_lib.py", >> line 62, in > > from tensorflow.python.framework.ops import Graph > > File >> "/usr/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line >> 40, in > > from tensorflow.python.framework import versions > > File >> "/usr/lib/python2.7/site-packages/tensorflow/python/framework/versions.py", >> line 24, in > > from tensorflow.python import pywrap_tensorflow > > File >> "/usr/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", >> line 28, in > > _pywrap_tensorflow = swig_import_helper() > > File >> "/usr/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", >> line 24, in swig_import_helper > > _mod = imp.load_module('_pywrap_tensorflow', fp, pathname, description) > > ImportError: libcudart.so.7.0: cannot open shared object file: No such >> file or directory > > > > > Could anyone check this out and try to fix it? Thanks! > > Also, I will greatly appreciate it if any of you could share your > experience with Tensorflow (especially about image processing) with me as I > am new to this framework. If you are interested, please send a private > email to me and I am happy to stop by at your office at any time. > > Best, > Hanqi > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hanqis at andrew.cmu.edu Thu Jun 30 17:17:59 2016 From: hanqis at andrew.cmu.edu (Hanqi Sun) Date: Thu, 30 Jun 2016 17:17:59 -0400 Subject: Tensorflow on GPU In-Reply-To: References: <927D29B3-F1C3-4513-A140-28C044902F16@andrew.cmu.edu> Message-ID: I just set the environment path on gpu2 and the problem persists. Thanks, Hanqi On Thu, Jun 30, 2016 at 5:10 PM, Hanqi Sun wrote: > Hi all, > > Thanks for all the replies! Actually, the error message was generated on > the server gpu2.int.autonlab.org. And when I tried > > printenv LD_LIBRARY_PATH > > > I got > > /usr/local/cuda/lib64:/usr/lib64/mpich/lib > > > I do not know whether I should change the environment variable on the > server. Could someone have a look at it? > > Thanks, > Hanqi > > On Thu, Jun 30, 2016 at 4:44 PM, Benedikt Boecking < > boecking at andrew.cmu.edu> wrote: > >> Have you tried setting the cuda environment path? >> >> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64 >> >> On Jun 30, 2016, at 4:31 PM, Hanqi Sun wrote: >> >> Hi all, >> >> I am a research assistant for Prof. Poczos and would like to use >> Tensorflow for my project. >> >> When I try to execute >> >> import tensorflow >> >> >> on the GPU node, I get the following error message >> >> Traceback (most recent call last): >> >> File "", line 1, in >> >> File "/usr/lib/python2.7/site-packages/tensorflow/__init__.py", line >>> 23, in >> >> from tensorflow.python import * >> >> File "/usr/lib/python2.7/site-packages/tensorflow/python/__init__.py", >>> line 50, in >> >> from tensorflow.python.framework.framework_lib import * >> >> File >>> "/usr/lib/python2.7/site-packages/tensorflow/python/framework/framework_lib.py", >>> line 62, in >> >> from tensorflow.python.framework.ops import Graph >> >> File >>> "/usr/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line >>> 40, in >> >> from tensorflow.python.framework import versions >> >> File >>> "/usr/lib/python2.7/site-packages/tensorflow/python/framework/versions.py", >>> line 24, in >> >> from tensorflow.python import pywrap_tensorflow >> >> File >>> "/usr/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", >>> line 28, in >> >> _pywrap_tensorflow = swig_import_helper() >> >> File >>> "/usr/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", >>> line 24, in swig_import_helper >> >> _mod = imp.load_module('_pywrap_tensorflow', fp, pathname, >>> description) >> >> ImportError: libcudart.so.7.0: cannot open shared object file: No such >>> file or directory >> >> >> >> >> Could anyone check this out and try to fix it? Thanks! >> >> Also, I will greatly appreciate it if any of you could share your >> experience with Tensorflow (especially about image processing) with me as I >> am new to this framework. If you are interested, please send a private >> email to me and I am happy to stop by at your office at any time. >> >> Best, >> Hanqi >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: