- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
#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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
IDC062 has been restored.
Thanks
Chris

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page