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

inference on node idc062 queued forever

KimChuan
Beginner
3,183 Views

 

#Submit job to the queue
job_id_c_FP16 = !qsub object_detection_job.sh -l nodes=1:idc062 \
-F "results/c/ GPU FP16 {InputVideo} 1" \
-N job_id_c_FP16 -o tmp -e tmp
print(job_id_c_FP16[0])
#Progress indicators
if job_id_c_FP16:
progressIndicator('results/c', f'pre_progress_{job_id_c_FP16[0]}.txt', "Preprocessing", 0, 100)
progressIndicator('results/c', f'i_progress_{job_id_c_FP16[0]}.txt', "Inference", 0, 100)
progressIndicator('results/c', f'post_progress_{job_id_c_FP16[0]}.txt', "Rendering", 0, 100)

 

 

0 Kudos
1 Solution
ChrisB_Intel
Moderator
3,116 Views

IDC062 has been restored. 

 

Thanks

Chris

 

View solution in original post

0 Kudos
3 Replies
KimChuan
Beginner
3,175 Views

WhatsApp Image 2022-02-21 at 10.08.43 PM.jpeg

0 Kudos
ChrisB_Intel
Moderator
3,132 Views

Are you manually choosing that node? That node isn't actually online, so it should go to the next available node, unless you are manually selecting that node. Would you mind sharing a bit more of the code? You can PM me if you would prefer.


Thanks

Chris



0 Kudos
ChrisB_Intel
Moderator
3,117 Views

IDC062 has been restored. 

 

Thanks

Chris

 

0 Kudos
Reply