Amit Dedhia
Amit Dedhia
My requirement is to remove text from the PDF (i.e. keep images, drawings and rest things as is). Here is the code snippet: ``` def remove_text_from_pdf(pdf_filepath: str): output_pdf_filepath = pdf_filepath[:-4]...
Hi I am trying to load the model from nyu2.pb file in TF2 with following code. ```model = load_model("nyu2.pb", custom_objects=custom_objects, compile=False)``` I am getting this error `OSError: SavedModel file does...
### Summary: Getting error 'NoneType' object has no attribute 'id' in celery beat * Celery Version: 5.3.1 * Celery-Beat Version: 2.5.0 ### Exact steps to reproduce the issue: 1. Refer...
I am using Unet model for semantic segmentation. I pass a batch of images to the model. The model is expected to output 0 or 1 for each pixel of...
Hi - is there a plan to support nn.ConvTranspose2d for both QNNPACK and FBGEMM? I am using this in my model. After applying QNNPACK quantization techniques (both post training static...