Yieldone

Results 11 comments of Yieldone

如果想要使用jQuery,可以试试这样 ``` if (typeof module === 'object') {window.module = module; module = undefined;} if (window.module) module = window.module; ```

@valeriansaliou I use the v1.2.0 sonic deployed with docker images the log when suggest "黑龙江省": ``` (DEBUG) - got channel message: SUGGEST testing area_code "黑龙江省" (DEBUG) - will dispatch search...

我用 Ubuntu 18.04 测试,GPU 的速度也同样没有 CPU 快... 编译了OpenCV,没有使用优化。配置文件中开启了 GPU 为 True 到 darknet 文件夹,复制 GPU 的 Makefile 并编译。 不知道有人解决没... @wenlihaoyu 大佬考虑补一份文档吗,比如编译所需要的依赖包,cuda 版本要求什么的~ [比心]

我用 2080Ti 测试示例的 test/img.jpeg GPU 需要 1.73s,CPU 需要 1.76s cuda10.0 cudnn7.6 不知道是什么原因,Makefile 用的 GPU 的,配置文件也改了, opencv 用的是 CPU 优化后的版本。 请问我还需要提供哪些信息来定位问题呢~

same issue (windows 7 x64)

I need this feature

同 1.2.0 最新版本,不确定是不是同一 BUG,我点击「停止监控」后,25 秒钟才变化状态

``` java.lang.RuntimeException: Cannot invoke (class=, method=stateChanged, topic=tool window events) at com.intellij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:657) at com.intellij.util.messages.impl.MessageBusImplKt.deliverMessage(MessageBusImpl.kt:415) at com.intellij.util.messages.impl.MessageBusImplKt.pumpWaiting(MessageBusImpl.kt:394) at com.intellij.util.messages.impl.MessageBusImplKt.access$pumpWaiting(MessageBusImpl.kt:1) at com.intellij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:454) at jdk.proxy1/jdk.proxy1.$Proxy64.stateChanged(Unknown Source) at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.fireStateChanged(ToolWindowManagerImpl.kt:1720) at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.registerToolWindow(ToolWindowManagerImpl.kt:1000) at com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager.registerToolWindow(BackendServerToolWindowManager.kt:106) at com.intellij.microservices.ui.flat.EndpointsViewManager.registerToolWindow(EndpointsViewManager.kt:129)...