From 3c1b8c2ae424cb2d5591946a46c8fa570adfa394 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 23 Dec 2017 10:42:36 +0000 Subject: [PATCH] Deploy to GitHub Pages: 68f2a9628cd7091e4fdca014736910ca377c7cb5 --- develop/doc/operators.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/doc/operators.json b/develop/doc/operators.json index 7c4a80c9374..6228db289ea 100644 --- a/develop/doc/operators.json +++ b/develop/doc/operators.json @@ -2170,7 +2170,7 @@ } ] },{ "type" : "unpool", - "comment" : "\n \"Input shape: $(N, C_{in}, H_{in}, W_{in})$\n Output shape: $(N, C_{out}, H_{out}, W_{out})$\n Where\n $$\n H_{out} = (H_{in}−1) * strides[0] − 2 * paddings[0] + ksize[0] \\\\\n W_{out} = (W_{in}−1) * strides[1] − 2 * paddings[1] + ksize[1]\n $$\n Paper: http://www.matthewzeiler.com/wp-content/uploads/2017\n /07/iccv2011.pdf\n ", + "comment" : "\n\"Input shape: $(N, C_{in}, H_{in}, W_{in})$, \nOutput shape: $(N, C_{out}, H_{out}, W_{out})$\nWhere\n$$\nH_{out} = (H_{in}−1) * strides[0] − 2 * paddings[0] + ksize[0] \\\\\nW_{out} = (W_{in}−1) * strides[1] − 2 * paddings[1] + ksize[1]\n$$\nPaper: http://www.matthewzeiler.com/wp-content/uploads/2017/07/iccv2011.pdf\n", "inputs" : [ { "name" : "X", -- GitLab