Kelvin Kong

Results 4 issues of Kelvin Kong

# What does this PR do? This is a feature addition to LayoutLMV3, a follow up to the same feature added to [LayoutLMV2's feature extractor ](https://github.com/huggingface/transformers/pull/17733) Giving user option to...

I'm facing a runtime error when loading the model, with the following parameters: ``` model = get_model("resnet50_2020-07-20", max_size=2048) model.eval() ``` ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in ---->...

Hi, I'm facing an error while calling the LSA class as a library. The error was thrown during the processSpace() call. ``` void initialize() throws IOException { //.... LatentSemanticAnalysis lsa...

Hi, i'm getting the issue above while trying to recreate the tables in postgres using pg_restore. My postgres version is 9.4. Any ideas on how to solve this issue? Folks...