-
**Short Description**
**MAXIM: Multi-Axis MLP for Image Processing**: I think it's a follow-up work of MaxViT from google. It shows a great performance on the following low-vision task, i.e. for OC…
innat updated
3 weeks ago
-
I was flowing a tutorial on YouTube https://www.youtube.com/watch?v=nXpBlC6OBw4&t=840s and I did everything that was lined out, but when i ran the one-click training I got the error (RuntimeError: use…
-
i trained model using YOLO -V 4-tiny and i am not able convert this weight file to .Pb,i used tensor flow version 2.3.0,
i try with some git hub links but, if we trained it on tensor flow -1.x we can…
-
Hi there,
Niels here from the open-source team at HF. Congrats on your work! I discovered it from the paper page (feel free to claim it so that it appears at your HF account): https://huggingface.c…
-
### 1. System information
- OS Platform and Distribution: Pop!_OS 22.04 LTS
- TensorFlow installation: pip package
- TensorFlow library: 2.17.0
### 2. Code
```
import tensorflow as tf
…
-
I was looking into the regridder API for some benchmarks that we are running (see [here](https://github.com/coiled/benchmarks/blob/main/tests/geospatial/workloads/regridding.py)) and noticed that the …
-
### Describe the bug
When we set
```
LoraConfig(
r=args.rank,
lora_alpha=args.lora_alpha,
init_lora_weights=True,
target_modules=["to_k", "to_q", "to_v", "to_ou…
-
## Description
fp16 conversion using polygraphy breaks model. for onnx fp16 conversion, the inference results is not exactly the same but close enough. it works as expected
## Environment
**Tensor…
-
Would anyone be able to point me to pytorch -> jax llama weights conversion and jax -> pytorch llama weights conversion scripts?
-
I have fine tuned "meta-llama-3.1-8b-bnb-4bit" model using unsloth. I have downloaded the lora weights and able to do inferencing using those on Colab GPU.
But i want use this fine tuned model for …