thinhhnt
thinhhnt
> > Any update on this? I'm still facing this issure. Any workaround? > > I was able to resolve my issue with a quick workaround: > > ``` >...
Have you tried blurring the top & bottom instead of cropping them? I think it would produce better results.
Hi @ziyi-yang , thank you for your amazing works. I follow the notebook with `task_prefix = 'document classification'`, it outputs the final result as expected `form` However, when I change...
@Sridhar-Ranganaboina which `timm`'s version are you using? `pos_drop` was removed since version after `0.6.13` You can either `pip install timm==0.6.13` or comment the line `x = self.model.pos_drop(x)` in the function...