You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/01/10 17:32:06 UTC

[GitHub] [tvm] dandingol03 opened a new issue #7238: Unable to launch tuning jobs on google colab

dandingol03 opened a new issue #7238:
URL: https://github.com/apache/tvm/issues/7238


   Hi
       I run the ` Auto-tuning a Convolutional Network for NVIDIA GPU` tutorial on google colab, and i met an error as below:
   
   
   [Task 1/16] Current/Best: 0.00/ 0.00 GFLOPS | Progress: (0/2000) | 0.00 sProcess Process-6: Traceback (most recent call last): File “/usr/lib/python3.6/multiprocessing/process.py”, line 258, in _bootstrap self.run() File “/usr/lib/python3.6/multiprocessing/process.py”, line 93, in run self._target(*self._args, **self._kwargs) File “/usr/local/lib/python3.6/dist-packages/tvm-0.8.dev423+g93d79bafc-py3.6-linux-x86_64.egg/tvm/rpc/tracker.py”, line 362, in _tracker_server handler.run() File “/usr/local/lib/python3.6/dist-packages/tvm-0.8.dev423+g93d79bafc-py3.6-linux-x86_64.egg/tvm/rpc/tracker.py”, line 357, in run self._ioloop.start() File “/usr/local/lib/python3.6/dist-packages/tornado/platform/asyncio.py”, line 132, in start self.asyncio_loop.run_forever() File “/usr/lib/python3.6/asyncio/base_events.py”, line 425, in run_forever raise RuntimeError(‘This event loop is already running’) RuntimeError: This event loop is already running
   
     Thanks in advance~


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen closed issue #7238: Unable to launch tuning jobs on google colab

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #7238:
URL: https://github.com/apache/tvm/issues/7238


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen commented on issue #7238: Unable to launch tuning jobs on google colab

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #7238:
URL: https://github.com/apache/tvm/issues/7238#issuecomment-789811426


   Thsnks @dandingol03 for bringing this up. This may have things to do with colab restrictions(that the env is already implemented via an event loop). A separate process might be necessary to start the rpc server. Please open a new thread on https://discuss.tvm.apache.org/ for followup discussions.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org