zaowad

Results 1 issues of zaowad

This link [here](https://github.com/facebookresearch/fairseq/tree/main/examples/translation#example-usage-torchhub:~:text=from%20fairseq.,%23%20%27Hello%20World%27) shows how to load custom models with torch.hub. Suppose I want to load a `adaptive-knn-mt` model with `AdaptiveKNNMT` class. For knn-mt models there are lots of things...