Boris Mocialov

Results 3 issues of Boris Mocialov

I would like to perform a sanity check by passing some input to the model and reading the output text. Following the PyTorch tutorial on language modelling (https://github.com/pytorch/examples/blob/master/word_language_model/generate.py), I have...

Any ideas on how to incorporate attention model from http://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html ?

For reference, my code and data are available here: [https://github.com/mocialov/pc_registration](https://github.com/mocialov/pc_registration) I have obtained multiple RGBD images using Kinect v1 from various orientations and translations and performed SfM on RGB images...