具有((JavascriptExecutor) driver).executeScript("window.open('about:blank', '_blank');");
层的keras模型无法收敛。损失约为1600。我不知道如何使其收敛?
一些时期后的损失没有减少,并且列车精度没有改善。
我尝试使用不同的超参数1,0.1,以及batchnorm。
如果有人可以帮助我收敛模型,那就太好了。
// Create instance of Robot class
Robot robot = new Robot();
robot.keyPress(KeyEvent.VK_CONTROL);
robot.keyPress(KeyEvent.VK_V);
robot.keyRelease(KeyEvent.VK_V);
robot.keyRelease(KeyEvent.VK_CONTROL);
conv_lstm