提交 f7349ca6 authored 作者: amrithasuresh's avatar amrithasuresh

Fixed Indentation

上级 c8e60308
......@@ -620,7 +620,7 @@ def computeH(V, W, b, d):
outputDur = int((vidDur - filterDur) / dt) + 1
H = np.zeros((batchSize, outputHeight,
outputWidth, outputDur, outputChannels), dtype=V.dtype)
outputWidth, outputDur, outputChannels), dtype=V.dtype)
# H[i,j,x,y,t] = b_j + sum_k sum_l sum_m sum_z W[j,z,k,l,m] V[i,z, dx*x+k,dy*y+l,dt*t+m]
for i in xrange(0, H.shape[0]):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论