Skip to content

Commit

Permalink
Fix the wrong path.
Browse files Browse the repository at this point in the history
  • Loading branch information
yjcyxky committed Jan 30, 2024
1 parent cac2443 commit be33177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wandb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pip install git+https://github.com/yjcyxky/dgl-ke.git#subdirectory=python && pip

We assume that you have a set of relation files, such as `formatted_drkg.tsv`, `unformatted_drkg.tsv`, `formatted_ctd.tsv`, `formatted_hsdn.tsv`, `formatted_custom_all_v20240119.tsv`. If you don't have these files, please refer to [graph_data](../graph_data/KG_README.md) for more details about how to generate these files. You also can use your own relation files, please refer to [graph_data](../graph_data/README.md) for more details about the data format.

After you have the relation files, you can run the [prepare_dataset.ipynb](./prepare_dataset.ipynb) notebook to prepare the training/validation/test datasets. The notebook will generate the following files:
After you have the relation files, you can run the [prepare_dataset.ipynb](../graph_data/prepare_dataset.ipynb) notebook to prepare the training/validation/test datasets. The notebook will generate the following files:

```
<your-dir>
Expand Down

0 comments on commit be33177

Please sign in to comment.