我是tensorflow的新手,我正在尝试构建一个简单的神经网络。但是每次我接近时,都会出现一系列错误阻止我。我遵循了教程和文档,并保留了大部分代码,仅更改了我需要做的事情。
这是我的代码:
function Wrap() {
var x = document.getElementById("lipsum");
var p = x.querySelectorAll("p");
var startHeight = 0;
//var firstDivP = 0;
const pageHeight = 200;
for (var i = 0; i < p.length; i++) {
$(p[i]).addClass("wrapthis");
if ($(p[i]).offset().top > startHeight + pageHeight) {
$(".wrapthis").wrapAll("<div class='main'></div>")
//lastDivP = i;
startHeight = $(p[i]).offset().top;
$(p).removeClass("wrapthis");
}
}
}
控制台输出:
function Wrap() {
var x = document.getElementById("lipsum");
var p = x.querySelectorAll("p");
var heightCount = 0;
for (var i = 0; i < p.length; i++) {
$(p[i]).addClass("wrapthis");
heightCount += $(p[i]).height();
if (heightCount > 230) {
$(".wrapthis").wrapAll("<div class='main'></div>")
$(p).removeClass("wrapthis");
heightCount = 0;
}
}
}
任何帮助,技巧和建议,我们将不胜感激。
答案 0 :(得分:1)
我认为问题在于使用Lambda
的{{1}}层。
根据您的model.ouput
和eval_data
,我更新了模型。因此,请检查以下型号。
eval_target