Darwin Bautista

Results 74 comments of Darwin Bautista

https://github.com/baudm/parseq/blob/8fa51009088da67a23b44c9c203fde52ffc549e5/strhub/models/parseq/system.py#L147 This is the offending code fragment. You can comment this out (disabling the iterative refinement branch of the code) before exporting the ONNX model. I tried it and `onnx.checker.check_model(parseq,...

> Thank you @baudm > > I tried below code with `parseq.refine_iters=0` , and no `onnx::CumSum_3090` related errors now. @allenwu5 oh yeah, this is even better. Setting `refine_iters` to `0`...

*UPDATE*: As of commit ed3d84720c3f2a7b6c463a40492e0dad93920294, `refine_iters=0` is no longer required when exporting to ONNX. ~~In summary, set `refine_iters=0` when exporting to ONNX:~~ ```python import torch parseq = torch.hub.load('baudm/parseq', 'parseq', pretrained=True).eval()...

`max_label_length` is exactly that. Autoregressive decoding will terminate once `[E]` (EOS) token is generated, which means the output sequence length will be less than the maximum supported label length. If...

@NimaBoscarino sorry I haven't merged this yet. Got busy and kinda forgot about it. I was thinking if there was a more "organized" way of linking to all Hugging Face...

@ZhanchongDeng > I believe the 224x224 model is a great addition into the PARSeq family set. However I spent a lot of time to find this snippet to load the...

Comment [#1](https://code.google.com/p/ufw-frontends/issues/detail?id=14#c1) originally posted by baudm on 2010-11-11T05:24:05.000Z: I'll fix this as soon as the corresponding ufw bug is fixed. Right now, I can't really do anything. BTW, you can...

Not in the near future. As of now I'm not actively maintaining this anymore. Porting to Python 3 and GTK 3 should be fairly straightforward though.

Hi @FaltingsA 1. The second idea is supposed to be an improvement over my current implementation of bidirectional refinement. For both PARSeq and ABINet's **combined** model, the refinement is modeled...

Comment [#1](https://code.google.com/p/ufw-frontends/issues/detail?id=6#c1) originally posted by baudm on 2010-09-05T11:36:07.000Z: <empty>