Deepak
Deepak
@fbernaly Please download the model from [here](https://drive.google.com/file/d/1lTuoCKZFtumeckqmqh8Hde4J__JRBH65/view?usp=sharing). I trained a fruit detection model using a pre-trained `tf.keras.applications.MobileNetV3Large` model. This model has in-built image normalization layer so I disabled normalization in...
Dear @fbernaly Thank you for taking a look at the issue I am facing. I tried your repo on a few real fruits but got wrong predictions. For example here...
@xenova thank you for the response. I did try https://github.com/huggingface/optimum/pull/2131 to convert to ONNX earlier. But when I try to load the model using `ORTModelForSequenceClassification.from_pretrained(model_dir, export=True)` I am getting the...
Thank you for all the help. I tried using the DisableCompileContextManager but getting following error now: ``` triton.compiler.errors.CompilationError: at 32:22: # Meta-parameters BLOCK_K: tl.constexpr, IS_SEQLEN_OFFSETS_TENSOR: tl.constexpr, IS_VARLEN: tl.constexpr, INTERLEAVED: tl.constexpr,...
@NohTow Here's a solution provided by @wakaka6 https://github.com/huggingface/transformers/issues/35545#issuecomment-2589533973. I haven't tried it yet because I'm currently working on something else, but you might want to give it a shot and...