细心乌龟

文章
4
资源
0
加入时间
3年0月21天

RuntimeError: Not implemented on the CPU

在终端运行:python trainval_net.py --cuda在pycharm中parser.add_argument('--cuda', dest='cuda', help='whether use CUDA', action='store_true')修改成:parser.add_argument('--cuda', dest='cuda', default=True, help='whether use CUDA')...

ucos 中的 OS_PRIO_SELF

<br />今天在看ucosii 中关于删除任务的函数 OSTaskDel 时看到 <br /> <br />if (prio == OS_PRIO_SELF) {                                 /* See if requesting to delete self    */<br />     prio = OSTCBCur->OSTCBPrio;