flauted

Results 6 issues of flauted

fixes #27 This PR (1) sets up Python 3 compatibility, and (2) a setup.py so that this repo can be pip installed locally. I cloned tylin/coco-caption. Then I manually merged...

Steps to reproduce: Download the pretrained transformer and the newstest test.en, test.de data. (I took the ``head -n 500`` of both). ``` python translate.py -model /home/dylan/Downloads/averaged-10-epoch.pt -src /home/dylan/Downloads/test_short.en -tgt /home/dylan/Downloads/test_short.de...

awaiting team

I'm running into ``RuntimeError: Error(s) in loading state_dict for DonutModel: size mismatch`` and ``NotImplementedError: Make sure `_init_weights` is implemented for `` errors while trying to run the provided pre-trained donut...

Hello @fsalv , I'm curious about the random flips and rotations. In training.py, [LL119-121](https://github.com/EscVM/RAMS/blob/bc16e52b8e2d7b5e23560e14045f13f181d03f77/utils/training.py#L120): ```python if data_aug: train_ds.map(random_rotate, num_parallel_calls=tf.data.experimental.AUTOTUNE) train_ds.map(random_flip, num_parallel_calls=tf.data.experimental.AUTOTUNE) ``` I believe ``.map`` is NOT an in-place operator...

Hello @fsalv , I am trying to reproduce your results training a model from scratch and am having some trouble. One thing I've noticed is this: The ``register_imgset`` function L160...

### Description: Is it possible that the ORB test points file is meant to be read as x, y, x, y and not row, column, row, column? I am referring...

:bug: Bug