Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud

issue on kernal

Supriyo-ux
Beginner
545 Views

Supriyoux_0-1658117460480.png

 

0 Kudos
6 Replies
AthiraM_Intel
Moderator
528 Views

Hi,

 

Thank you for posting in Intel communities.

 

Could you please let us know which DevCloud you are using (oneAPI/ Edge/ FPGA)?

 

From the error screenshot, the issue may be because you have ray.init() two times in your code. Could you please check that in your code?

 

If the issue persists, please share sample reproducer code and the exact steps you followed to try out the same from our end.

 

Thanks

 

0 Kudos
AthiraM_Intel
Moderator
506 Views

Hi,


We have not heard back from you. Could you please give us an update?



Thanks


0 Kudos
Supriyo-ux
Beginner
498 Views

env: Python 3.8 (Intel® oneAPI)

 

!pip install -U ray

!pip3 list | grep -i ray

import ray
ray.init(_memory=16000 * 1024 * 1024,object_store_memory=500 * 1024 * 1024,_driver_object_store_memory=500 * 1024 * 1024)

 

import modin.pandas as pd

import os

cwd = os.getcwd()
print(cwd)

df= pd.read_csv('/home/u151547/nlp/train.csv')

0 Kudos
AthiraM_Intel
Moderator
479 Views

Hi,

 

We are able to run the sample code without any error. Please see the below screenshot:

 

AthiraM_Intel_0-1659097268795.png

 

The issue may because you are running the same code again and again. Run the jupyter cell once and wait for the completion. Please restart the kernel if you want to run the code again.

 

We have marked the kernel restart icon in the screenshot.

 

Hope this will help. If you face any issue, please let us know.

 

 

0 Kudos
AthiraM_Intel
Moderator
432 Views

Hi,


Could you please give us an update? Is your issue resolved?



Thanks


0 Kudos
AthiraM_Intel
Moderator
411 Views

Hi,


We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.



Thanks




0 Kudos
Reply