Brook Ji
Brook Ji
Hi, i have this problem: image1.shape, image2.shape : 3, 256, 256 dkm_model = DKMv3_outdoor(device=device) dkm_model.w_resized = 256 dkm_model.h_resized = 256 dkm_model.upsample_preds = False warp, certainty = dkm_model.match(image1, image2, batched=True, device=device)...
### ❓ The question In the **20M configuration** file ([OLMo-20M.yaml](https://github.com/allenai/OLMo/blob/main/configs/tiny/OLMo-20M.yaml)), the settings specify: `eos_token_id: 0`, `pad_token_id: 1`, and `tokenizer: tokenizers/allenai_gpt-neox-olmo-dolma-v1_5.json`. However, in the `tokenizers/allenai_gpt-neox-olmo-dolma-v1_5.json` file, I noticed that `id 0`...
hi, when i ran the test.py after installation following: ```bash cd models/dino/ops python setup.py build install # unit test (should see all checking is True) python test.py cd ../../.. ```...