vbelissen

Results 3 issues of vbelissen

Hi, Thanks a lot for this great and very useful work. Would you have any input on how to modify the multidata example to get a bidirectional LSTM, with two...

Here is the command I run: `python -m nmt --src=sign --tgt=de --train_prefix=../Data/phoenix2014T.train --dev_prefix=../Data/phoenix2014T.dev --test_prefix=../Data/phoenix2014T.test --out_dir=../test_out/ --vocab_prefix=../Data/phoenix2014T.vocab --source_reverse=True --num_units=1000 --num_layers=4 --num_train_steps=150000 --residual=True --attention=luong --base_gpu=0 --unit_type=gru` Here is the error I get,...

Hi, In your paper "3D Packing for Self Supervised Monocular Depth Estimation", automasking is defined as masking out pixels _"by removing those which have a warped photometric loss higher than...