Anibal Gonzalez

Results 2 issues of Anibal Gonzalez

When running Lab 7 ``` PYTHONPATH=. python training/run_experiment.py --wandb --gpus=-1 --data_class=IAMOriginalAndSyntheticParagraphs --model_class=ResnetTransformer --loss=transformer --batch_size=16 --check_val_every_n_epoch=10 --terminate_on_nan=1 --num_workers=32 --accelerator=ddp --lr=0.001 --accumulate_grad_batches=4 --max_epoch 1 ``` I get the following error: ``` File...

I tried running ` pytest -s text_recognizer/evaluation/evaluate_paragraph_text_recognizer.py` and I got the following error ``` > output_tokens[:, Sy : Sy + 1] = output[-1:] # Set the last output token E...