我正在尝试使用Python层在Caffe中实现转置函数。 下面是相同的代码。
但是,在var d = document.getElementsByTagName("div")[0];
for (i=0, max=4; i <= max; i++) {
if ( d.children[i].textContent.trim() == ""){
d.children[i].style.display="None";
}
}
方法抛出boost::python::error_already_set
实例后,它会抛出错误“终止。
有人可以对我做错了吗?
Reshape()
谢谢你, Vijetha。
答案 0 :(得分:1)
我认为你reshape
错误
尝试:
def reshape(self, bottom, top):
top[0].reshape(bottom[0].data.shape[1], bottom[0].data.shape[0])
shape
的{{1}}个参数不作为tupple而是作为单独的参数提供。