Gabriel
Gabriel
Thanks, it works like that, i will let this issue open, maybe it's a bug and can be fixed.
Any news on this?
I'm still getting this with "html-webpack-plugin": "^5.2.0", and "webpack-pwa-manifest": "^4.3.0" any news?
Did you try to initialize split.js when you open the tab and destroy it when not... Just an idea...
From what i understand from the read me you can finetune using donut-base model or you can start from scratch by setting pretrained_model_name_or_path to null and using only your dataset,...
same here
I was not able to run donut on 8GB VRAM, i think minimum is 12 GB and that using smaller input_size, on a 16GB card i get 80-90 % vram...
Try using warmup_steps > 15% and max_epochs > 50, I had good reults with this: ``` warmup_steps: 1500 num_training_samples_per_epoch: 800 max_epochs: 100 max_steps: -1 num_workers: 8 ```
That was the config I used, but my friend was having the same problem as [0chandansharma](https://github.com/0chandansharma) and got better results using 15% warmup_steps