Results 9 comments of Joker

请问大佬们,我写了一个Callback,然后在‘on_epoch_end’调用self.model.predict_on_batch(x_val),其中x_val的shape是(4, 800,800,3)。但是给我抛了一个错: ValueError: Error when checking model input: the list of Numpy arrays that you are passing to your model is not the size the model expected. Expected to see...

**I copied the codes,** Class webEngineClazz = WebEngine.class; Field debuggerField = webEngineClazz.getDeclaredField("debugger"); debuggerField.setAccessible(true); Debugger debugger = (Debugger) debuggerField.get(webView.getEngine()); DevToolsDebuggerServer devToolsDebuggerServer.startDebugServer(debugger, WEBVIEW_DEBUG_PORT, 0, null, null); **and the last line is wrong,...

I modified 'startDebugServer' to 'onOpen', and it works. But I can check request in 'Network', but I cannot check logs in 'Console', why ?

@vsch the bridge never setup correctly here, and I new a bridge myself, and i can see logs from java console now, but i still want to see logs from...

> Hi @yihchu, thanks for asking the question. > > > DEBUG Received file_shared message from: undefined, file_id: F03PP89C0BE > > This log line indicates the message has an attached...

> Hi @yihchu, I've checked your comment in #642 and tried to see the same situation on my end. However, my Hubot app does not miss any messages. Also, we...

> HI @yihchu, thanks for writing in. With given information, I am not sure what's happening to your Hubot app yet. Also, just in case, I tried to reproduce your...

And I have another question, that is if a hobot named judy has a command, like '/judy tell me a joke.' And there is another hobot named karl, if karl...

same here, mac pro intel