iddqd2d

Results 5 issues of iddqd2d

Hi! I trained the model using: https://github.com/NVIDIA/NeMo/blob/main/tutorials/speaker_tasks/Speaker_Identification_Verification.ipynb ``` import nemo.collections.asr as nemo_asr from omegaconf import OmegaConf import torch import pytorch_lightning as pl import os speaker_model = nemo_asr.models.EncDecSpeakerLabelModel.load_from_checkpoint('/home/denis/ttt/result/TitaNet/2022-08-05_08-47-00/checkpoints/TitaNet--val_loss=2.3548-epoch=9-last.ckpt') #decision = speaker_model.verify_speakers('/home/denis/ttt/data/an4/wav/an4_clstk/mjes/cen7-mjes-b.wav','/home/denis/ttt/data/an4/wav/an4_clstk/mjes/cen2-mjes-b.wav')...

feature request

I can get the population value for forward geocoding, but not for reverse geocoding: ![image](https://user-images.githubusercontent.com/40464324/166896695-98b48b99-e8c5-4159-9791-8e5a2225cc2f.png) How can I get the population value for reverse geocoding?

enhancement

Hi. I set the country_crossing_penalty to a very high value to avoid country crossings, but it didn't work. From {lat: 42.905086, lon: -85.53690} , to: {lat: 43.005185, lon: -78.407109} ![image](https://github.com/valhalla/valhalla/assets/40464324/0a1bab5c-6953-429c-885f-53eadedbef6f)

bug
troubleshooting

# Issue Add use_distance option for truckcost [#4513](https://github.com/valhalla/valhalla/issues/4513) ## Tasklist - [x] Add tests - [x] Add #fixes with the issue number that this PR addresses - [ ] Update...

Hi! I need to get route without using the speed limit. I could use shortest option, but it cancels the very important options for me "costing":"truck", "costing_options":{"truck":{"country_crossing_penalty":1000.0, "country_crossing_cost": 5000, "ignore_closures":...

question