gspeter-max

Results 16 comments of gspeter-max

Why will this often fail? In keypoint detection or matching tasks, especially for two consecutive images or different samples, the detected keypoints are almost never identical. Even for the same...

keypoints0: coordinates of keypoints in image 0 (usually shape: [N, 2], where N is the number of keypoints, and each entry is [x, y]) keypoints1: coordinates of keypoints in image...

AssertionError Traceback (most recent call last) [](https://localhost:8080/#) in () 39 kps = test.get_keypoints((image1, image1), (image2, image2)) 40 ---> 41 assert torch.equal(kps[0]['keypoints0'], kps[1]['keypoints0']) 42 print("Assertion succeeded!") AssertionError: Thanks for responding. When...

@MekkCyber can you give me more information about that i am interested on this

```python Quantization Config: BitsAndBytesConfig { "model.decoder.layers.0.self_attn.q_proj": { "_load_in_4bit": true, "_load_in_8bit": false, "bnb_4bit_compute_dtype": "float32", "bnb_4bit_quant_storage": "uint8", "bnb_4bit_quant_type": "fp4", "bnb_4bit_use_double_quant": false, "dynamic_config": null, "llm_int8_enable_fp32_cpu_offload": false, "llm_int8_has_fp16_weight": false, "llm_int8_skip_modules": null, "llm_int8_threshold": 6.0, "load_in_4bit":...

ok i think i not understand your query or issue properly i think you talking about something nvidia/transformer_engin i am right ? first how to convert accelerate LLM to transformer_engin...