Skip to content

yukitsuji/chainer_function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Customized chainer's functions

from correlational_layer import correlational_layer
shape = [(1, 32, 400, 1200), (1, 32, 200, 600), (1, 32, 100, 300), (1, 32, 50, 150)][::-1]
left_img = Variable(cp.ones(shape[j], dtype='f'))
right_img = Variable(cp.ones(shape[j], dtype='f'))
out = correlational_layer(left_img, right_img, max_displacement=40)

About

customized chainer's function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages