English
FreekH commited on
Commit
a0177f3
·
verified ·
1 Parent(s): 56734e5

Update GitHub links

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -12,6 +12,8 @@ In this repository, we provide the pretrained models as described in our paper:
12
 
13
  Paper is available as pre-print via Arxiv: **[arXiv preprint arXiv:XXXX.XXXXX](https://arxiv.com)**
14
 
 
 
15
  ## Using the pretrained models
16
 
17
  The pretrained models, as described in Section 3.4 of the paper, are provided in this repository.
@@ -57,7 +59,7 @@ with torch.no_grad():
57
  emb = model(c.to(device).double()).detach().cpu().numpy()
58
  ```
59
 
60
- Replace `MODEL_NAME.ckpt` with the desired model filename from the list above. The Jupyter Notebook Add_embeddings_to_data.ipynb contains a function to systematically add embeddings to a data set containing a latitude and a longitude feature.
61
 
62
  ## Citation
63
 
 
12
 
13
  Paper is available as pre-print via Arxiv: **[arXiv preprint arXiv:XXXX.XXXXX](https://arxiv.com)**
14
 
15
+ This repository accompanies our [GitHub repository](GitHub repository https://github.com/freekholvoet/MultiviewSpatialEmbeddings) where you can find the code to train the models, as well as an exmaple on usage.
16
+
17
  ## Using the pretrained models
18
 
19
  The pretrained models, as described in Section 3.4 of the paper, are provided in this repository.
 
59
  emb = model(c.to(device).double()).detach().cpu().numpy()
60
  ```
61
 
62
+ Replace `MODEL_NAME.ckpt` with the desired model filename from the list above. The [GitHub repository](GitHub repository https://github.com/freekholvoet/MultiviewSpatialEmbeddings) contains a Jupyter Notebook, called Add_embeddings_to_data.ipynb, that includes a function to systematically add embeddings to a data set containing a latitude and a longitude feature.
63
 
64
  ## Citation
65