iddqd2d
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')...
I can get the population value for forward geocoding, but not for reverse geocoding:  How can I get the population value for reverse geocoding?
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} 
# 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":...